Ver originalfunction cambiar(esto){ with(document.getElementById(esto)){ switch(style.display){ case 'none': style.display = 'block'; default: style.display = 'none'; } }}