myPage = self.location;
thisPage = top.location;
if(thisPage == myPage) {
  MainSRC = escape(myPage);
  frameURL = 'index.htm?' + MainSRC;
  top.location.href = frameURL;
  }
