/* 
Englisches Javasciptfile
*/

			function farbe(id) {
			             document.getElementById(id).style.backgroundColor = "#514f5e";
			             document.getElementById(id+'unter').style.visibility = "visible";
			             }
            function farbe1(id) {
			             document.getElementById(id).style.backgroundColor = "transparent";
			             document.getElementById(id+'unter').style.visibility = "hidden";

			             }
			             
			             function anzeige(id) {
			             document.getElementById(id).style.display = "block";
			             			             }
            function hide(id) {
			             document.getElementById(id).style.display = "none";
			             			             }
			
// **Ende **