<!--
function popZdjecie(kat,numer,width,height) {
  oknoZdjecie = window.open('php/obraz.php?kat='+kat+'&numer='+numer,'_blank','scrolling=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width='+width+',height='+height);
}
//-->
