
 function FramesetTest()
 {
 if (parent.frames.length == 0)
 {
 Adresse = String(window.location);
 Woerter = Adresse.split("/");
 LastSegment=Woerter[Woerter.length-1];

 window.parent.location.href="../index.html"+"?"+Woerter[Woerter.length-1];

 }
 }