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,left=100,top=100,height="+w+",width="+s);
Nowe.document.write("<HTML><HEAD></HEAD><title>..::KONTRAST::.. realizacje - powiększenie</TITLE><BODY BGCOLOR=#555555 body background=images/wczytuje.gif><IMG SRC="+src+" alt=ZAMKNIJ onClick=javascript:window.close()></BODY></HTML>")
Nowe.focus()
}
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=no,left=0,top=0,scrollbars=no,menubar=no' );
}