<!--Início Janela Ver Foto Zoom
function ampliar_imagem(URL, width, height) {
	
   var left = 50;
   var top = 50;

   window.open(URL, '', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=auto, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}
//-->Termino Janela Ver Foto Zoom
