Nowe=null;
function Otworz(w,s,src)
{
	if (Nowe!=null)
	{
		Nowe.close();
		Nowe=null;
	}
	Nowe=window.open("", "","toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,left=20,top=40, height="+w+",width="+s);
	Nowe.document.write("<html><head><title>zdjêcie</title><style>body{background-repeat:no-repeat}</style></head><body background="+src+"></body></html>");
	Nowe.focus();
}


