function MM_jumpMenu(targ,selObj,restore){
	window.open(selObj.options[selObj.selectedIndex].value);
  //eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex = 0;
}

function NeuesFenster(url, width, height){
	var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,status=no' );
}