if (self == parent)
  {
   $link = '/index.php?menue=/wetter/menue.htm&page=' + self.location.pathname;
   self.location.href=$link;
  }
