function mostrar(id,accion){if(accion=='mostrar')
document.getElementById(id).style.visibility="visible";else
document.getElementById(id).style.visibility="hidden";}
