	nn4=(document.layers) ? true : false;
	ie4=(document.all) ? true : false;
	Nowe=null;
	function Otworz(w,s,src) {
	if (Nowe) {
		if (ie4) Nowe.close();
		else if (nn4) Nowe.closed;
		Nowe=null
		};
	Nowe=window.open("", "","toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,height="+w+",width="+s);
	Nowe.document.write("<BASE HREF='{url}'><HTML><HEAD><STYLE>BODY{BACKGROUND-REPEAT:no-repeat}</STYLE></HEAD><BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><table border='0' width='100%' cellspacing='0' cellpadding='0'><tr><td><img src="+src+"></td></tr></table></BODY></HTML>");
	Nowe.focus()
	};