function AbreJanelaGaleria(URL) {
  var width = 900;
  var height = 700;
  var left = 120;
  var top = 0
  window.open(URL, 'ema3', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=auto, status=yes, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=yes');
}
function AbreJanela(URL) {
  var width = 640;
  var height = 480;
  var left = 50;
  var top = 10
  window.open(URL, 'zoom', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=yes');
}
function AbreEnquete(URL) {
  var width = 300;
  var height = 400;
  var left = 50;
  var top = 10
  window.open(URL, 'enq', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}