	
	 function reDo(){ 
	 	if(navigator.userAgent.indexOf("MSIE") != -1) {
			hoehe = document.body.offsetHeight;
			weite = document.body.offsetWidth;
		}else{
			hoehe = window.innerHeight;
			weite = window.innerWidth;
		}
	 //var jetzt = top.content.location.pathname;
	 //var jetzt2 = top.content.location.search;
	 var jetzt = top.location.pathname;
	 var jetzt2 = top.location.pathname;
	 //alert (hoehe);
	 if (hoehe > 610 && weite > 958){
	 	regexp1 = "800600";
	 	regexp2 = "86";
	 	jetzt = jetzt.replace(regexp1,"")
	 	jetzt = jetzt.replace(regexp2,"")
	 	jetzt2 = jetzt2.replace(regexp1,"")
	 	jetzt2 = jetzt2.replace(regexp2,"")
	 }else{
		 regexp1 = "che-jsp.jsp";
		 regexp2 = "cont.jsp";
		 jetzt = jetzt.replace(regexp1,"che-jsp800600.jsp")
		 jetzt = jetzt.replace(regexp2,"cont86.jsp")
		 jetzt2 = jetzt2.replace(regexp1,"che-jsp800600.jsp")
		 jetzt2 = jetzt2.replace(regexp2,"cont86.jsp")
	 }
	 //alert ("index.jsp?cont=" + jetzt + jetzt2)
	 top.location.href = "start_neu.jsp?cont=" + escape(jetzt + jetzt2);
	 }
    //window.onresize = reDo;
    
    
    function topDo(){ 
	 	if(navigator.userAgent.indexOf("MSIE") != -1) {
			hoehe = document.body.offsetHeight;
			weite = document.body.offsetWidth;
		}else{
			hoehe = window.innerHeight;
			weite = window.innerWidth;
		}
	 var jetzt = top.location.pathname;
	 var jetzt2 = top.location.search;
	 //alert (hoehe);
	 if (hoehe > 610 && weite > 958){
	 	regexp1 = "800600";
	 	regexp2 = "86";
	 	jetzt = jetzt.replace(regexp1,"")
	 	jetzt = jetzt.replace(regexp2,"")
	 	jetzt2 = jetzt2.replace(regexp1,"")
	 	jetzt2 = jetzt2.replace(regexp2,"")
	 }else{
		 regexp1 = "che-jsp.jsp";
		 regexp2 = "cont.jsp";
		 jetzt = jetzt.replace(regexp1,"che-jsp800600.jsp")
		 jetzt = jetzt.replace(regexp2,"cont86.jsp")
		 jetzt2 = jetzt2.replace(regexp1,"che-jsp800600.jsp")
		 jetzt2 = jetzt2.replace(regexp2,"cont86.jsp")
	 }
	 //alert ("index.jsp?cont=" + jetzt + jetzt2)
	 top.location.href = "start_france.jsp?cont=" + escape(jetzt + jetzt2);
	 }
    
	//if (window == window.top){topDo();}

	
	function openMap(wo, nom, width, height){//Extra Fenster -- Source wird uebergeben 
			if (nom == null){
				nom = "NeuWin"
			}
			if (wo.length > 5){
				var NeuWin = window.open (wo,nom,'menubar=no,toolbar=no,width=' + width +',height='+height+',scrollbars=no,resizable=no,status=no')
			}
		}
	function openProd(wo, nom, width, height){//Extra Fenster -- Source wird uebergeben 
			if (nom == null){
				nom = "NeuWin"
			}
			if (wo.length > 5 && wo.indexOf("http") != -1){
				var NeuWin = window.open (wo,nom,'menubar=no,toolbar=no,width=' + width +',height='+height+',scrollbars=yes,resizable=yes,status=yes')
			}else{
				self.document.location.href=wo;
			}
		}
	function shwTxt(welchen){
	for (i = 1; i<=3; i++){		
			document.getElementById("body_" + (i)).style.display = 'none';
		}
		
	document.getElementById("body_" + welchen).style.position = 'absolute';
	document.getElementById("body_" + welchen).style.width = '180px';
	document.getElementById("body_" + welchen).style.height = '110px';
	document.getElementById("body_" + welchen).style.top = '10px';
	document.getElementById("body_" + welchen).style.left = '160px';
	document.getElementById("body_" + welchen).style.display = '';
	}
	function replacer(text){
	text2 = "";
	 for (i = 0; i < text.length; i++) {
	        c = text.charAt(i);
	        switch (c) {
	            case '<':
	                text2 += "&lt;";
	                break;
	            case '&':
	                text2 += "&amp;";
	                break;
	            case '>':
	               text2 += "&gt;";
	                break;
	                case '?':
	                text2 += "&#252;";
	                break;
	             case '?':
	                text2 += "&#228;";
	                break;
	            case '?':
	               text2 += "&#246;";
	                break;
	            case '?':
	               text2 += "&#223;";
	                break;
	              case '?':
	                text2 += "&#196;";
	                break;
	            case '?':
	                text2 += "&#214;";
	                break;
	            case '?':
	                text2 += "&#220;";
	                break;
	            case '"':
	                text2 += "&quot;";
	                break;
	            case '?':
	                text2 += "&#39;";
	                break;
	            case '?':
	                text2 += "&#169;";
	                break;
	            case '?':
	               text2 += "&#174;";
	                break;

	            default:
	                text2 += c;
	                break;
	        }
	    }
	    return text2;
	
	}		