


		function BigPicture(obrazek)
		{
	
			NewWindow=window.open('', '','width='+20+',height='+20+',toolbar=no,directories=no,menubar=no,locations=no,status=no,scrollbars=no,resizable=no,fullscreen=no');
			NewWindow.document.open();
			NewWindow.document.open();
 
			NewWindow.document.writeln("<html>\n<head>\n</head>");
			NewWindow.document.writeln("<body link=\"#FFFFFF\" leftmargin=0 topmargin=0 style=\"font-family:Verdana,Helvetica, sans-serif; font-size:10pt; background-color:#000066\">");
			
			NewWindow.document.writeln("<title>Obrazek CykloManiak.pl</title>");
			NewWindow.document.writeln("<table width=100% height=100% style=\"background-color:#000066\">");
			NewWindow.document.writeln("<tr><td valign=center align=center>\n<a href=\"javascript:window.close();\"><img src="+obrazek+" border=0 onLoad=\"var obr = new Image(); obr.src = this.src; self.resizeTo(obr.width+12, obr.height+31);\"></a></td></tr>");
			NewWindow.document.writeln("<tr><td align=center style=\"font-family:Verdana,Helvetica, sans-serif; font-size:10pt; font-colot:#FFFFFF; background-color:#000066\"><a href=\"javascript:window.close();\">Zamknij okno</a>\n</td></tr>");
			NewWindow.document.writeln("</table>");
			
			NewWindow.document.writeln("</body>\n</HTML>\n");
			NewWindow.document.close(); 
			NewWindow.focus(); 		
		
		// return;
		} 

