function maxframeset()
  {
  if(top.frames.length>0)
     {
     top.document.location=self.location;
     }
  return;
  }
maxframeset();
