function FrameControl()  {    if (top.frames.length != 3)    {      top.location.href="../index.html";      return;    }  }