nn4=(document.layers) ? true : false; 
ie4=(document.all) ? true : false; 

Nowe=null; 
function Otworz(w,s,src,ttl) 
{ 
  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=0,top=0,height="+w+",width="+s); 
  Nowe.document.write("<html><head><title>"+ttl+"</title><style>body{background-repeat:no-repeat} </style></head><body background="+src+"></body></html>") 
  Nowe.focus() 
} 
