function showGallery(num,eId,total,server) {

myWin=window.open('/sumo/es/editions/gallery.php?imgUrl='+server+eId+'/&num='+num+'&total='+total,'pop','toolbar=no,directories=no,menubar=no,scrollbars=no,resizable=no,width=480,height=550');
myWin.moveTo(50,50);
myWin.focus();
}
