	/*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();
	}
