function alles(id) { document.getElementById(id).style.display = "block"; }

function nichts(id) { document.getElementById(id).style.display = "none"; }

