solamente debes realizar esto
    
Código Javascript
:
Ver original- function seleccionado(){ 
- document.getElementById("id_htmlelement").style.display = "block"; 
- } 
- function deseleccionado(){ 
- document.getElementById("id_htmlelement").style.display = "none"; 
- }