<!--
licz=0;
function displayWindow(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=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
var otworzZW='';
otworzZW+='<html><head>';
otworzZW+='<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">';
otworzZW+='<title>Galeria Foto - SP 76</title>';
otworzZW+='<script language="javascript">';
otworzZW+='setTimeout(';
otworzZW+='"self.close()';
otworzZW+=';",70000)';
otworzZW+='</';
otworzZW+='script>';
otworzZW+='</head>';
otworzZW+='<body bgcolor="white" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">';
otworzZW+='<div align="center"><a href="#" onclick="javascript:self.close();"><img src='+nazwa+' border="0" alt="" /></a></div>';
otworzZW+='<!--'+"\n";
otworzZW+='function g_parameters_g() { return""; }'+"\n";
otworzZW+='</script>'+"\n";
otworzZW+='</body></html>';
stadion.document.write(otworzZW);
stadion.focus();
licz+=1;
}
//-->
