		function Bildgross(Dateiname,Weite,Hoehe)
		{
		Dateiurl="http://hotel-brack.de/gross/"+Dateiname+".html";
		MeinFenster = window.open(Dateiurl, Dateiname, "width="+Weite+",height="+Hoehe+",left=50,top=50,scrollbars=0,locationbar=0,resizable=0");
		MeinFenster.focus();
		}