// ######### Frameset nachladen #####################

function checkFramecall()
{
var pfad=location.search;
if(pfad) frames.inhalt.location.href=pfad.substring(1,pfad.length);
}

function checkFrameset() {
if(!parent.inhalt) 
location.href="index.html?" + location.pathname;
}

   