// JavaScript Documentfunction MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);window.onload=show;function show(id) {var d = document.getElementById(id);        for (var i = 1; i<=10; i++) {                if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}        }if (d) {d.style.display='block';}}function color(id) {var c = document.getElementById(id);        for (var i = 1; i<=10; i++) {                if (document.getElementById('aktion'+i)) {document.getElementById('aktion'+i).style.background='none';}        }if (c) {c.style.background='#BBBBBB';}}window.onload=zeige;function zeige(id) {var d = document.getElementById(id);        for (var i = 1; i<=10; i++) {                if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}        }if (d) {d.style.display='block';}}function farbe(id) {var c = document.getElementById(id);        for (var i = 1; i<=10; i++) {                if (document.getElementById('aktion'+i)) {document.getElementById('aktion'+i).style.background='none';}        }if (c) {c.style.background='#BBBBBB';}}function overRubrik(id) {	if(document.getElementById) {		document.getElementById('rubrik'+id).style.background = '#ccc';	}}function offRubrik(id) {	if(document.getElementById) {		document.getElementById('rubrik'+id).style.background = '#ddd';}}function onRubrik(id) {	if(document.getElementById) {		document.getElementById('rubrik'+id).style.background = '#eee';}}