
<!--
licz=0;
function otworz2(nazwa,szer,wys,tytul) {
config='left=20,top=20,width=850,height=700,innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
var otworz2ZW='';
otworz2ZW+='<html><head>';
otworz2ZW+='<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">';
otworz2ZW+='<title>' + tytul + '</title>';
otworz2ZW+='<script language="javascript">';
otworz2ZW+='setTimeout(';
otworz2ZW+='"self.close()';
otworz2ZW+=';",70000)';
otworz2ZW+='</';
otworz2ZW+='script>';
otworz2ZW+='</head>';
otworz2ZW+='<body bgcolor="#4b574b" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">';
otworz2ZW+='<table align="center"><tr><td>    strona</td></tr><tr><td><div align="center"><a  href="#" onclick="javascript:self.close();" ><img src='+nazwa+' border="0" alt="" /></a></div></td></tr></table>';
otworz2ZW+='<script language="javascript" type="text/javascript">'+"\n";
otworz2ZW+='<!--'+"\n";
otworz2ZW+='function g_parameters_g() { return""; }'+"\n";
otworz2ZW+='//-->'+"\n";
otworz2ZW+='</script></body></html>';
stadion.document.write(otworz2ZW);
stadion.focus();
licz+=1;
}
//-->

