//<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">
function otworz_foto(plik,szerokosc,wysokosc)
 {
 if (screen) {
 Szer=screen.width;
 Wys=screen.height;
 }
 
 od_lewej=(Szer/2)-(szerokosc/2);
 od_gory=(Wys/2)-(wysokosc/2);
 
bigfoto=open(plik,'duzeOkno','width=' + szerokosc + ',height=' + wysokosc + ',left='+od_lewej+',top='+od_gory+',resizable=0, scrollbars=yes, menubar=no,');

}