<!-- saved from url=(0022)http://www.cool-web.de -->
if (top.document.URL == document.URL) { // = ohne Frames, Menue laden
 newURL="index.htm";
 if (document.URL.indexOf("_en.htm") > -1) newURL="index_en.htm";
 
 furl=document.URL.replace(/\\/g,"/");
 htm=furl.substr(furl.lastIndexOf("/")+1);
 
 if (furl.indexOf("/cctl/") > -1){
 	newURL="../"+newURL;
 	htm="cctl/"+htm;
 }
 
 location.replace(newURL+"?htm="+htm);
 
} 
