if(parent.frames.length<2)
{
  top.location.href="http://www.highest.de"
}
else
{
  if(self.name != "xyanzeig")
    {
    top.location.href="http://www.highest.de"
    }
  else
    {
    if(top.frames[0].name != "xyauswahl")
      {
      top.location.href="http://www.highest.de"
      }
    }
}


