<!--
function otworz_p(nazwa,szer,wys) {
config='left=50,top=50,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
stadion=window.open('','okno',config);
stadion.document.open();
stadion.document.write('<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\">');
stadion.document.write('<title>Zarembski.com - przegl±darka [kliknij aby zamkn±æ]</title>');
stadion.document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"stylwind.css\">');
stadion.document.write('</head>');
stadion.document.write('<body>');
stadion.document.write('<a href=\"#\" onclick="javascript:self.close();"><img alt=\"Kliknij aby zamkn±æ\"src=\"'+nazwa+'\" border=\"0\" /></a>');
stadion.document.write('</body></html>');
stadion.document.close();
stadion.focus();
}
//-->

