//Carrega fotos portao
function zoomFoto(img) {
	window.open("/imagens/fotos_portoes/fotos_ampliada.php?img="+img+"", "Fotos","height=200,width=250,hotkeys=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,top=100,left=150");
}
//Carrega fotos da galeria
function zoomGaleria(img) {
	window.open("/galeria/fotos_ampliada.php?img="+img+"", "Fotos","height=300,width=400,hotkeys=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,top=100,left=150");
}