document.write(''); function MostrarOcultar(capa,enlace) { if (document.getElementById) { var aux = document.getElementById(capa).style; aux.display = aux.display? "":"block"; } }