function framecheck() {
if(self == top) {window.location.href = 'index.html?'+self.location.href;};
}

function frameload() {
 a = top.location.search.substring(1,top.location.search.length);
 if(a != ''){ window.frames['inhalt'].location.href = a; }
}
