function checkinhalt(){
 var seite=location.href.substring(0,location.href.lastIndexOf("/"));
 if (parent.frames.length !=3){
  location.href=location.href.substring(0,location.href.lastIndexOf("/")+1)+"index.html"
 }
}
