
function mostra (livello){
    var oggetto_livello=document.all[livello];
oggetto_livello.style.visibility="visible";  
}
