function popImage(l) {
var popImage=window.open('',"popImage", (document.all?"width=200,height=200,":"")+"scrollbars=no,resizable=yes,toolbar=no,userbar=no,location=no,status=no,menubar=no,screenX=100,screenY=100");
	popImage.document.writeln('<HTML><HEAD><TITLE>ZATORSKI</TITLE></HEAD>');
	popImage.document.writeln('<BODY bgcolor="#ffffff" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" onLoad="autoSize();">');
	popImage.document.writeln('<div style="vertical-align: middle; text-align: center; width: 100%; height: 100%;"><a href="javascript:self.close();"><img id="image" border="0" src="'+l+'"></a></div>');
	popImage.document.writeln('<script language="JavaScript"><!--');
	popImage.document.writeln('function autoSize() {');
	if(document.all) {
  	popImage.document.writeln('window.resizeTo(document.getElementById("image").width+12,document.getElementById("image").height+53);');
  } else {
  	popImage.document.writeln('window.resizeTo(document.getElementById("image").width+10,document.getElementById("image").height+55);');
  }
	popImage.document.writeln('}');
	popImage.document.writeln('/'+'/-'+'-></script>');
	popImage.document.writeln('</BODY></HTML>');
	popImage.document.close();
	popImage.focus();
}
