function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0;
}
function openWin(filename, windowname, w, h) {
  win = window.open(filename,windowname,'location=0,toolbar=no,width='+w+',height='+h+',directories=no,scrollbars=no,resize=no,menubar=no,status=no'); if ( parseInt(navigator.appVersion.substring(0,1)) >= 4 ) { if ((screen.availWidth-eval(w))<=30) {windowname.screenX=1}; }; return;
};
function submitFormAuswahl() { window.document.formAuswahl.submit() }
