// JavaScript Document
function mostrar(id){
	
		document.getElementById(id).style.visibility = "visible";
	
}
