<!--



licz=0;



function otworz(tyt,nazwa,szer,wys) {



config='left=100,top=100,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes';



shark='okno' + licz;



stadion=window.open('',shark,config)



stadion.document.write('<HTML><HEAD>');



stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');

stadion.document.write('<LINK href="style.css" rel=stylesheet type=text/css>');


stadion.document.write('<TITLE>Fotografia</title>');



stadion.document.write('<script language="javascript">');



stadion.document.write('setTimeout(');



stadion.document.write('"self.close()');



stadion.document.write(';",70000)');stadion.document.write('</');



stadion.document.write('script>');



stadion.document.write('</HEAD>');

stadion.document.write('<p><font size=5 face=Arial Black><b>www.stogi.dzielnica.pl</b></font></p>');

stadion.document.write('<body bgcolor=white leftmargin=10 topmargin=10 marginheight=10 marginwidth=10>');



stadion.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+nazwa+' style="border: 1 solid #000000"></A></DIV>');



stadion.document.write('<p align=center><a href="javascript:self.close()">Zamknij okno</a></p></body></html>');



stadion.focus();



licz+=1;



}



//-->