//Skrypt pochodzi z biblioteki http://javascript.reporter.pl/ 
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("<html><head><style>body{background-repeat:no-repeat}</style></head><body background="+src+"></body></html>")
Nowe.focus()
}

