
function mostra(fotox){
 
	 document.getElementById("fotoxx").style.visibility="hidden";
   	 document.getElementById("fotox").style.visibility="visible";	  				
	}
	
	function mostra1(foto){
		
	 document.getElementById("fotox").style.visibility="hidden";
	}
	
	