function AbreJanelaGaleria(URL) {
  var width = 625;
  var height = 395;
  var left = 50;
  var top = 10
  window.open(URL, 'ema3', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function popup(url) {
  window.open(url,'popupImagePicture','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=537,height=227,screenX=150,screenY=150,top=150,left=150')
}
