nn4=(document.layers) ? true : false; 
ie4=(document.all) ? true : false;
wys=screen.height/2-250;
szer=screen.width/2-320;

Nowe=null; 
function otworz(src,w,s) { 
if (Nowe) { 
 if (ie4) Nowe.close(); 
 else if (nn4) Nowe.closed; 
 Nowe=null;
 }; 
Nowe=window.open(src,'','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,height='+w+',width='+s+', top='+wys+', left='+szer); 
Nowe.focus();
}
function otworzkom(src,w,s) { 
if (Nowe) { 
 if (ie4) Nowe.close(); 
 else if (nn4) Nowe.closed; 
 Nowe=null;
 }; 
Nowe=window.open(src,'','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=yes,status=no,directories=no,resizable=no,height='+w+',width='+s+', top='+wys+', left='+szer);
Nowe.focus();
}
function frameset()
{
if (parent.frames.length != 0)
{
window.top.location = "http://eup.zus.pl";
}
}