
<!--
licz=0;
function okno1(nazwa,nazwa_p) {
config='left=100,top=100,width=620,height=480,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />');
stadion.document.write('<TITLE>. .:: MISTRZOSTWA POLSKI LATIN - SOSNOWIEC 2005 ::. .</title>');
stadion.document.write('<script language="javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",60000)');stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('<body bgcolor=white  vLink=#000000 aLink=#000000 link=#000000  background=grafika/tlo.gif leftmargin=0 topmargin=5 marginheight=0 marginwidth=0>');
stadion.document.write('<DIV align=center><table border=0 height=490><tr><td><a href=# onclick="javascript:self.close();"><img src='+nazwa+' border=1></A><br><center><font face="verdana" size=2px>'+nazwa_p+'</font></center></td></tr></table></DIV>');
stadion.document.write('</body></html>');
stadion.focus();
licz+=1;
}
//-->

