<!--
licz=0;
function otworz(nazwa,szer,wys) {
config='left=200,top=200,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>Bazylika - Foto-Galeria</title>';
otworzZW+='<script language="javascript">';
otworzZW+='setTimeout(';
otworzZW+='"self.close()';
otworzZW+=';",70000)';
otworzZW+='</';
otworzZW+='script>';
otworzZW+='</head>';
otworzZW+='<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">';
otworzZW+='<a href="#" onclick="javascript:self.close();"><img src='+nazwa+' border="0" alt="" /></a>';
otworzZW+='</body></html>';
stadion.document.write(otworzZW);
stadion.focus();
licz+=1;
}
//-->
