 	function fnMen(wx,bla) {
			if (navigator.appName == "Netscape" && parseInt(navigator.appVersion[0])<5) {
			     if (wx == 1) objekt = document.A1;
			     if (wx == 2) objekt = document.A2;   
			     if (wx == 3) objekt = document.A3;
			     if (wx == 4) objekt = document.A4;
			     if (wx == 5) objekt = document.A5;   
			     if (wx == 6) objekt = document.A6;
			     if (wx == 7) objekt = document.A7;
			     if (wx == 8) objekt = document.A8;			 
			     if (wx == 9) objekt = document.A9;		    
			     if (wx == 10) objekt = document.A10;	
			     if (wx == 11) objekt = document.SH1;
		     	 if (wx == 12) objekt = document.ONLINEOFFER;
			     if (wx == 13) objekt = document.MEL;
			      if (wx == 14) objekt = document.TABLING;
			      if (wx == 15) objekt = document.FORCING;
			      if (wx == 16) objekt = document.ABISZ;
			      if (wx == 17) objekt = document.MIE;
			      if (wx == 18) objekt = document.PREV01;
			      if (wx == 19) objekt = document.PREV02;
			      if (wx == 20) objekt = document.PREV03;
			      if (wx == 21) objekt = document.PREV04;
			       if (wx == 22) objekt = document.PREV05;
			       if (wx == 23) objekt = document.PREV06;
				     			     
			} else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion[0])>=5) {
			     if (wx == 1) objekt = document.getElementById('A1').style;
			     if (wx == 2) objekt = document.getElementById('A2').style;
			     if (wx == 3) objekt = document.getElementById('A3').style;
			     if (wx == 4) objekt = document.getElementById('A4').style;
			     if (wx == 5) objekt = document.getElementById('A5').style;
			     if (wx == 6) objekt = document.getElementById('A6').style;
			     if (wx == 7) objekt = document.getElementById('A7').style;
			     if (wx == 8) objekt = document.getElementById('A8').style;			
			     if (wx == 9) objekt = document.getElementById('A9').style;
			     if (wx == 10) objekt = document.getElementById('A10').style;	
			     if (wx == 11) objekt = document.getElementById('SH1').style;
			     if (wx == 12) objekt = document.getElementById('ONLINEOFFER').style;	
			     if (wx == 13) objekt = document.getElementById('MEL').style;
			     if (wx == 14) objekt = document.getElementById('TABLING').style;
			      if (wx == 15) objekt = document.getElementById('FORCING').style;
			      if (wx == 16) objekt = document.getElementById('ABISZ').style;
			      if (wx == 17) objekt = document.getElementById('MIE').style;
			      if (wx == 18) objekt = document.getElementById('PREV01').style;
			      if (wx == 19) objekt = document.getElementById('PREV02').style;
			      if (wx == 20) objekt = document.getElementById('PREV03').style;
			      if (wx == 21) objekt = document.getElementById('PREV04').style;
			       if (wx == 22) objekt = document.getElementById('PREV05').style;
			        if (wx == 23) objekt = document.getElementById('PREV06').style;
			} else {
			     if (wx == 1) objekt = A1.style;
			     if (wx == 2) objekt = A2.style;
			     if (wx == 3) objekt = A3.style;
			     if (wx == 4) objekt = A4.style;
			     if (wx == 5) objekt = A5.style;
			     if (wx == 6) objekt = A6.style;
			     if (wx == 7) objekt = A7.style;
			     if (wx == 8) objekt = A8.style;	
			     if (wx == 9) objekt = A9.style;
			     if (wx == 10) objekt = A10.style;	
			     if (wx == 11) objekt = SH1.style;
		       if (wx == 12) objekt = ONLINEOFFER.style;
			     if (wx == 13) objekt = MEL.style;
			     if (wx == 14) objekt = TABLING.style;
			     if (wx == 15) objekt = FORCING.style;
			      if (wx == 16) objekt = ABISZ.style;
			      if (wx == 17) objekt = MIE.style;
			      if (wx == 18) objekt = PREV01.style;
			      if (wx == 19) objekt = PREV02.style;
			      if (wx == 20) objekt = PREV03.style;
			      if (wx == 21) objekt = PREV04.style;
			      if (wx == 22) objekt = PREV05.style;
			      if (wx == 23) objekt = PREV06.style;
			}
			
			if ( bla == 1 )  { objekt.visibility = "visible"; }
			if ( bla == 0 )  { objekt.visibility = "hidden";  }
				
	}
function fnWeg(bla) {	
	   for (iii=1; iii<15 ; iii++) 
	   fnMen(iii,0);
  }
function refresh() {
        try {
                req = window.XMLHttpRequest?new XMLHttpRequest():
                new ActiveXObject("Microsoft.XMLHTTP");
        } catch (e) {
                //Kein AJAX Support
        }
        req.onreadystatechange = function() { ResponseOnly(); };
        req.open('get','referer.php?ref='+escape(document.referrer));
        req.send(null);
}
function ResponseOnly() {
 if ((req.readyState == 4) && (req.status == 200)) {
     response = req.responseText;
 }
}
refresh();
function fnCheck(wx,bla) {
			if (navigator.appName == "Netscape" && parseInt(navigator.appVersion[0])<5) {
			     if (wx == 1) objekt = document.W1;
			     if (wx == 2) objekt = document.W2;
			     if (wx == 4) objekt = document.W4;			     
			} else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion[0])>=5) {
			     if (wx == 1) objekt = document.getElementById('W1').style;
			     if (wx == 2) objekt = document.getElementById('W2').style;
			     if (wx == 4) objekt = document.getElementById('W4').style;				     
			} else {
			     if (wx == 1) objekt = W1.style;
			     if (wx == 2) objekt = W2.style;
			     if (wx == 4) objekt = W4.style;			     
			}
			if ( bla == 1 )  { objekt.visibility = "visible"; }
			if ( bla == 0 )  { objekt.visibility = "hidden";  }
			if ( bla == 2 )  { objekt.left = "183px";  }	
			if ( bla == 3 )  { objekt.left = "183px";  }
	}
function fnSuch (bla) {
window.location.href = "https://www.hkcm.de/" + bla;
}
