/*Popups*/	
function popup(url,breite,hoehe,scroller){
	F1 = window.open(url,"Fenster", "width="+breite+",height="+hoehe+",left=50,top=50, scrollbars="+scroller+"");
	window.F1.focus();
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
