if(parent.frames.length > 0)
  {
    var Pfad = this.location;
    window.top.location.href=Pfad;
  };
