// JavaScript Document

function Galeria(imagem, legenda){
	
	$('legenda').innerHTML=legenda;
	$('fotoZoom').src="/fotosGaleria/"+imagem+".jpg";
	
}