if (!top.geladen){
   if(document.images)
     top.location.replace(Dateien); 
   else 
     top.location.href = Dateien ;
   }


if (top.frames.length != 0)
{ 
if (parent.frames[0].name != "rahmenl")
top.location.href = "index.htm"
if (parent.frames[3].name != "rubrik")
top.location.href = "index.htm"
if (parent.frames[2].name != "schattenml")
top.location.href = "index.htm"
if (parent.frames[1].name != "rahmenml")
top.location.href = "index.htm"
}

