function powieksz(photo, szer, wys)
{
leftpx=(screen.width-szer)/2;
  window.open(photo, "", "left="+leftpx+", top=5, width="+szer+", height="+wys+", toolbar=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0"); 
}
function powieksz2(photo2, szer2, wys2)
{
leftpx2=(screen.width-szer2)/2;
  window.open(photo2, "", "left="+leftpx2+", top=5, width="+szer2+", height="+wys2+", toolbar=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=1"); 
}
