Rahmen = "G-Start.htm";
Fenster = "Hauptframe";
Seite = "../G-Start.htm";
   if (window == top) {
      if (top.location.href != Rahmen) top.location.href = Seite;
   }
   if (window.name != Fenster) top.location = top.location.href = Seite;

