nn4=(document.layers) ? true : false;
ie4=(document.all) ? true : false; 

Nowe=null; 
function Otworz(src,w,s)
   {
   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="+s+",width="+w);
   Nowe.document.write("<HTML><HEAD><TITLE>ZDJECIE</TITLE></HEAD><BODY topmargin=0 leftmargin=0 bottommargin=0><IMG SRC="+src+"></BODY></HTML>")
   Nowe.focus()
   }
