<!--
function wechsel1() {
var ausfrankstipp1, seite;
ausfrankstipp1=document.frank1.frankstipp1.selectedIndex;
seite=document.frank1.frankstipp1.options[ausfrankstipp1].value;
if (seite=="nichts") {
document.frank1.reset();
return false;
}
else {
top.frames.location.href=seite;
}
}
//-->

