function checkFrameset(cancel,pfad) {
/* wurde die Unter-Seite direkt aufgerufen, wird nun das gesamte frameset geladen.
cancel=1 - keine überprüfung;
       2 - übergebener Pfad gibt url der anzuzeigenden Unter-Seite an.
*/
  if(cancel != 1)
  if(!parent.topmilieu) {
    if (cancel == 0)
      {location.href=pfad + "index.html?" + location.pathname;}
    else
      {location.href="/index.html?" + pfad;}
  return false;}
}

function NeuFenFoc(loc,name,breite,hoehe) {
//  optionen= "locationbar=yes,scrollbars=yes,resizable=yes,width="+breite+",height="+hoehe
  optionen= "scrollbars=yes,resizable=yes"
  if (breite) {optionen+=",width="+breite};
  if (hoehe) {optionen+=",height="+hoehe};
  NeuFen = window.open(loc,name,optionen);
  NeuFen.focus()
return NeuFen }

function resize(breite,hoehe) {
  if (window.name=="detail") {window.resizeTo(breite,hoehe)}
}

top.document.title=document.title;
tm=true // wird von unterFenstern geprüft, um legitimen opener zu erkennen.

// JS function for uncrypting spam-protected emails:
function UCMT(s) {        //
        var n=0;
        var r="";
        for(var i=0; i < s.length; i++) {
                n=s.charCodeAt(i);
                if (n>=8364) {n = 128;}
                r += String.fromCharCode(n-(1));
        }
        location.href=r;
}

// <a href="javascript:UCMT('nbjmup;cvfspAhmbtibsgf/dpn')">
