function popup(pic) 
{ 
		
	okno=window.open("","Maciej_Wojtala","left=300,top=200,resizable=1,WIDTH=2,HEIGHT=2,menubar=no,scrollbars=yes");
	okno.document.write("<HTML><HEAD><TITLE>- Maciej Wojtala -</TITLE><script language=javascript> window.moveTo(300,200); window.resizeTo(400,400); var NS = (navigator.appName=='Netscape')?true:false; function fitPic() { iWidth = (NS)?window.innerWidth:document.body.clientWidth;iHeight = (NS)?window.innerHeight:document.body.clientHeight;iWidth = document.images[0].width - iWidth;iHeight = document.images[0].height - iHeight;window.resizeBy(iWidth+20,iHeight+20);window.moveTo((screen.width-document.images[0].width)/2,(screen.height-document.images[0].height)/2);self.focus();};</scr");
	okno.document.write("ipt></HEAD><BO");
	okno.document.write("DY bgcolor='#ffffff' topmargin='10' leftmargin='10' onload='fitPic();'>\n<table border=0 bgcolor=#000000 cellpadding=1 cellspacing=0>\n<tr><td align=center valign=center><a href=javascript:close();><img src='" +pic+ "' border=0 alt='Zamknij'></a></td></tr></table></body>\n</html>");
	okno.document.close();

}
