 function versteckt(status, funktionsname) 
 { 
    document.getElementById(funktionsname).style.display = status;
 } 