    function popUp(pagename,picname,fotow,fotoh){
      if (fotow<=0) fotow=400;
      if (fotoh<=0) fotoh=400;
      w=fotow;
      h=fotoh;
      winpopup=window.open(pagename,'picname','height='+h+', width='+w+',left=10,top=100,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
      winpopup.focus();
    }
