 function checkFrameset(basis) {

    if(!parent.inhalt) {
     Check = confirm("Diese Seite ist Bestandteil einer framebasierten Homepage.\nMöchten Sie auch die Navigationsleisten sehen?");
     if (Check == true)
       location.href=basis+"?" + location.pathname;
    }
   }

 function checkFramecall() {
    var Adressanhang=location.search;
    if(Adressanhang)
    frames.inhalt.location.href=Adressanhang.substring(1,Adressanhang.length);
   }