function fahnerei(){var obj=document.getElementById("fahnerei");if(obj.style.visibility !='visible'){obj.style.visibility='visible';}else{obj.style.visibility='hidden';}}