<!--
function otworz(nazwa,szer,wys,opis,miejsce) {
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+'\"></a>');
stadion.document.write('<table width=\"600\" height=\"18\" cellpadding=\"0\" cellspacing=\"0\"><tr><td class=\"pasek\" width=\"455\" height=\"1\"></td><td class=\"pasek\" width=\"145\" height=\"1\"></td></tr><tr><td width=\"455\">&nbsp;<b>.:</b>&nbsp;&nbsp;<b>'+opis+'</b>&nbsp;&nbsp;[<i>'+miejsce+'</i>]</td><td width=\"145\"><img src=\"images/popuplogo.gif\" width=\"145\" height=\"18\" /></td></tr></table>');
stadion.document.write('</body></html>');
stadion.document.close();
stadion.focus();
}
//-->

