 	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;
				     			     
			} 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;
			} 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 ( bla == 1 )  { objekt.visibility = "visible"; }
			if ( bla == 0 )  { objekt.visibility = "hidden";  }
			if (navigator.appName == "Netscape" && parseInt(navigator.appVersion[0])<5) {
			     if (wx == 1) objekt = document.B1;
			     if (wx == 2) objekt = document.B2;   
			     if (wx == 3) objekt = document.B3;
			     if (wx == 4) objekt = document.B4;
			     if (wx == 5) objekt = document.B5;   
			     if (wx == 6) objekt = document.B6;
			     if (wx == 7) objekt = document.B7;
			     if (wx == 8) objekt = document.B8;	
			     if (wx == 9) objekt = document.B9;
			     if (wx == 10) objekt = document.B10;	
			} else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion[0])>=5) {
			     if (wx == 1) objekt = document.getElementById('B1').style;
			     if (wx == 2) objekt = document.getElementById('B2').style;
			     if (wx == 3) objekt = document.getElementById('B3').style;
			     if (wx == 4) objekt = document.getElementById('B4').style;
			     if (wx == 5) objekt = document.getElementById('B5').style;
			     if (wx == 6) objekt = document.getElementById('B6').style;
			     if (wx == 7) objekt = document.getElementById('B7').style;
			     if (wx == 8) objekt = document.getElementById('B8').style;	
			     if (wx == 9) objekt = document.getElementById('B9').style;
			     if (wx == 10) objekt = document.getElementById('B10').style;	
			} else {
			     if (wx == 1) objekt = B1.style;
			     if (wx == 2) objekt = B2.style;
			     if (wx == 3) objekt = B3.style;
			     if (wx == 4) objekt = B4.style;
			     if (wx == 5) objekt = B5.style;
			     if (wx == 6) objekt = B6.style;
			     if (wx == 7) objekt = B7.style;
			     if (wx == 8) objekt = B8.style;
			     if (wx == 9) objekt = B9.style;
			     if (wx == 10) objekt = B10.style;
			}
			if ( bla == 1 )  { objekt.visibility = "visible"; }
			if ( bla == 0 )  { objekt.visibility = "hidden";  }	
			
			//fnMen(12,1);
				
	}
function fnWeg(bla) {	
	   for (iii=1; iii<14 ; 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;
}