function checkFrameset(relativePath,dieSprache)
{
  if (!parent.qslinks)
  {
    if (dieSprache=='en')
       location.href=relativePath + "index_en.html?" + location.pathname;
    else
       location.href=relativePath + "index.html?" + location.pathname;
  }
}

function checkFramecall() {
  var Adressanhang=location.search;
  if(Adressanhang)
  frames.qsrechts.location.href=Adressanhang.substring(1,Adressanhang.length);
 }
