<!--
licz=0;
function otworz(nazwa,szer,wys) {
config='left=10,top=10,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes';
kitekSC='okno' + licz;
stadion=window.open('okno-foto.html',kitekSC,config)
stadion.focus();
licz+=1;
}
//-->
