function pic (PictureNo)
{ 
if(navigator.appName=="Netscape")
	 {
	display = open ('', 'popupfenster', 'resizable=yes,statusbar=no,width=50,height=50,top=0,left=0');
	display.focus();
	display.document.open();
	display.document.write("<html>");
	display.document.write("<head>");
	display.document.write("<title> Werbung TTC - Halle  Oberliga 2009/10</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 + 15 , 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()\" bottommargin=1 leftmargin=1 marginheight=0 marginwidth=0 rightmargin=1 topmargin=1 bgcolor= #FFFFFF background=loading.gif>");
	display.document.write('<a href="javascript:self.close()"><img name="bild" src="'+ (PictureNo) +'" BORDER=0 alt="Window Close"></a>');
	display.document.write("</body></html>");
	display.document.close();

	 }
	else
	 {
	display = open ('', 'popupfenster', 'resizable=yes,statusbar=no,width=200,height=50,top=0,left=0');
	display.focus();
	display.document.open();
	display.document.write("<html>");
	display.document.write("<head>");
	display.document.write("<title> Werbung TTC - Halle  Oberliga 2009/10</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 + 10, document.images['bild'].height + 30 );	 }");
	display.document.write("  else	 ");
	display.document.write("   { setTimeout('resize()', 500);");
	display.document.write("} }</script> ");
	display.document.write("</head><body onload=\"resize()\" bottommargin=1 leftmargin=1 marginheight=0 marginwidth=0 rightmargin=1 topmargin=1 bgcolor= #FFFFFF background=loading.gif>");
	display.document.write('<a href="javascript:self.close()"><img name="bild" src="'+ (PictureNo) +'" BORDER=0 alt="Window Close"></a>');
	display.document.write("</body></html>");
	display.document.close();
	 }
}
