function MM_jumpMenu(targ,selObj,restore){ //v3.0

//bestellfenster = window.open("'"+selObj.options[selObj.selectedIndex].value+"'","","width=770px,height=570px,scrollbars,menubar=yes");
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
//  if (restore) selObj.selectedIndex=0;
}