function popup(galeria,kep)
    {
      if (scroll==null) {scroll='no';}
      page='/galeria/popup.php?galeria='+galeria+'&kepfile='+kep+'&scroll='+scroll;
      w = 1;
      h = 1;
     /* l = Math.ceil(window.screen.width/2);
      t = Math.ceil(window.screen.height/2)-100;*/
l=0;t=0;
      settings = 'scrollbars=' + scroll + ',resizable=no,status=no,menubar=yes,width=' + w + ',height=' + h + ',left='
                 + l + ',top=' + t + ',screenX=' + l + ',screenY=' + t;
      win = window.open(page, 'popup', settings);
      win.focus(); 
}

function popup_l(kep)
    {
      if (scroll==null) {scroll='no';}
      page='/upload/popup.php?kepfile='+kep+'&scroll='+scroll;
      w = 1;
      h = 1;
     /* l = Math.ceil(window.screen.width/2);
      t = Math.ceil(window.screen.height/2)-100;*/
l=0;t=0;
      settings = 'scrollbars=' + scroll + ',resizable=no,status=no,menubar=yes,width=' + w + ',height=' + h + ',left='
                 + l + ',top=' + t + ',screenX=' + l + ',screenY=' + t;
      win = window.open(page, 'popup', settings);
      win.focus(); 
}
