      <!--
        if (top.frames.length < 3) {
        	var strFilename;
	var strHref = self.location.href;

	strHref = strHref.replace(/\//g,"\\");

	var iIdx = strHref.lastIndexOf("\\");
	if (-1<iIdx) {
	strFilename = strHref.substring(iIdx+1);
	} else {
	strFilename = strHref;
	}
         top.location.href="ecoma_dichtungen.php?page="+strFilename;
         }
      //-->
