function PopupPic(sPicURL) {
     window.open( "galeria_pop.php?"+sPicURL, "",  
     "resizable=1,HEIGHT=250,WIDTH=425");
   } 
