    <!--

	function Bildwechsel(Bildnr,Bild){
		document.images[Bildnr].src = Bild;
	}


	function open_window(url, Titel, Parameter)
	{
		window.open(url,Titel,Parameter);
	}

	function open_window_suche (url){
		window.open(url, "search", "scrollbars=no,width=500,height=450,screenX=400,screenY=20");
	}

	function open_window_aqm (url){
		window.open(url, "aqm", "scrollbars=yes,width=550,height=450,screenX=400,screenY=20");
	}

	function open_window_staff (url){
		Fenster = window.open(url, "staff", "scrollbars=yes,toolbar=yes,menubar=yes,resizable=yes,width=550,height=530,screenX=400,screenY=20");
		Fenster.focus();
	}
	//-->