function pic (PictureNo)
{ 
if(navigator.appName=="Netscape")
	 {
		var temp = open ('', 'popupfenster', 'width=300,height=50,top=0,left=0, resizable=no, scrollbars=0');
		//setTimeout('check_loadfinish(' + PictureNo + ')', 2500);
	display = open ('', 'popupfenster', 'resizable=yes,statusbar=no,width=300,height=50,top=0,left=0');
	display.focus();
	display.document.open();
	display.document.write("<html>");
	display.document.write("<head>");
	display.document.write("<title> 4N-GALAXY.DE - ... Bild wird geladen </title>");
	display.document.write("<script language='JavaScript'>");
	display.document.write("function resize()");
	display.document.write("{ if (document.images['bild'].complete == true)");
	display.document.write("   { resizeTo(document.images['bild'].width+20 , document.images['bild'].height+70 );	 }");
	display.document.write("  else	 ");
	display.document.write("   { setTimeout('resize()', 500);");
	display.document.write("} }</script> ");
	display.document.write("</head><body onload=\"resize()\" link=#000000 vlink=#000000 alink=#000000 bottommargin=1 leftmargin=1 marginheight=0 marginwidth=0 rightmargin=1 topmargin=1 bgcolor= #FFFFFF background=http://www.4n-galaxy.de/jpg/loading.gif>");
	display.document.write('<a href="javascript:self.close()"><img name="bild" src="'+ (PictureNo) +'" BORDER=0 alt=""><br><center><font size=-2>Bild anklicken = Fenster zu</font></center></a>');
	display.document.write("</body></html>");
	display.document.close();

	 }
	else
	 {
	display = open ('', 'popupfenster', 'resizable=yes,statusbar=no,width=300,height=50,top=0,left=0');
	display.focus();
	display.document.open();
	display.document.write("<html>");
	display.document.write("<head>");
	display.document.write("<title> 4N-GALAXY.DE - ... Bild wird geladen </title>");
	display.document.write("<script language='JavaScript'>");
	display.document.write("function resize()");
	display.document.write("{ if (document.images['bild'].complete == true)");
	display.document.write("   { resizeTo(document.images['bild'].width+25, document.images['bild'].height+90 );	 }");
	display.document.write("  else	 ");
	display.document.write("   { setTimeout('resize()', 500);");
	display.document.write("} }</script> ");
	display.document.write("</head><body onload=\"resize()\" link=#000000 vlink=#000000 alink=#000000 bottommargin=1 leftmargin=1 marginheight=0 marginwidth=0 rightmargin=1 topmargin=1 bgcolor= #FFFFFF background=jpg/loading.gif>");
	display.document.write('<a href="javascript:self.close()"><img name="bild" src="'+ (PictureNo) +'" BORDER=0 alt=""><br><center><font size=-2>Bild anklicken = Fenster zu</font</center></a>');
	display.document.write("</body></html>");
	display.document.close();
	 }
}