function Alternar(Seccion)
{
	var tmp=document.getElementById(Seccion);
	tmp.style.display="";
}
