var bild;
 
function fenster(bild,name)
 {
 neuesFenster= open ("","displayWindow","height=650,width=850");
 neuesFenster.document.open();
 
 with (neuesFenster.document)
 	{
	write ("<html><head><title>____________________Herr Maurer__________________________________________________etz________________________ </title></head>");
	write ("<meta http-equiv=Content-Type content=text/html; charset=iso-8859-1>");
	write ("<link rel='stylesheet' href=Styles.css type='text/css'>");
	write ("<body bgcolor=gainsboro text=FFFFFF  > ");
	write ("<div id=Layer1 style='position:absolute; left:705px; top:600px; width:100px; height:25px; z-index:1'><table borderColor=#7b7973 bgColor=white border=1 height=25 width=100><tr><td align=center> <a href=# onClick='window.close()'>schliessen</a></tr></td></table> </div>");
	write ("<table ><tr><td></td></tr></table>");
	write ("<p align=center><table borderColor=#7b7973 bgColor=#efefef align=center border=1 height=560 width=760><tr><td align=center valign=middle> ");
	write ("<table><tr><td ><img src="+bild+" border=1></td></tr></table>");
	write ("</td></tr></table></p></body></html>");
	write ("</body></html>");		
	}
 neuesFenster.document.close();
 }
 

function newWindowTombola() 
 {
 //neuesFenster= open ("","displayWindow","height="+hoehe+",width="+breite+");
 neuesFenster= open ("","displayWindow","height=640,width=300");
 neuesFenster.document.open();
 
 with (neuesFenster.document)
 	{
	write ("<html><head><title>Tombolagewinner____________________ </title></head>");
	write ("<meta http-equiv=Content-Type content=text/html; charset=iso-8859-1>");
	write ("<link rel='stylesheet' href=Styles.css type='text/css'>");
	write ("<body bgcolor=gainsboro text=FFFFFF  > ");
	write ("<div id=Layer2 style='margin-left: 10px; margin-top: 10px;margin-right: 10px; z-index:1'>");
	write ("<H1>Lange Nacht der Wissenschaft</H1>");
	write ("<H2>Tombolagewinner</H2>");
	write ("<p>Familie Thomae<br>Sigrun Kurz<br>Ralf Steinstrasser<br>0160/6265120<br>Elke Bischlepp<br>Janina Knelz<br>Thomas Wollenschl&auml;ger<br>EAB Institut<br>Christiana Fenschau<br>Josef Antretter<br>Caroline Hohenwaldt<br>Dominik Fiegel<br>Carl-J. Perkowski<br>Martin Siegmund<br>Jochen Heider<br>Romy Albert<br>Werner Roßmann<br>Sieglinde Scheiderer<br>Dorlis Bergmann<br>Asya Sokolorska<br>J&uuml;rgen M&uuml;ller<br>J&ouml;rn Scheller<br>Karoutas Soannis<br>Manfred Rascher<br>Schwenke, PH<br>4875@haefft.de<br>Braun Achim<br>Gerhard Scheiderer<br>Alexandra Paschalidis<br>Michael Rossmann<br>Christian Labitzky<br>Elvira Volz<br>Dieter Stellwag</p>");
	write ("</div>");
	//write ("<div id=Layer1 style=' z-index:2'><table borderColor=#7b7973 bgColor=white border=1 height=25 width=100><tr><td align=center> <a href=# onClick='window.close()'>schliessen</a></tr></td></table> </div>");
	write ("</body></html>");		
	}
 neuesFenster.document.close();
 }

