function checkFrameset() {
  if(!parent.leftFrame)
   location.href="index.htm?" + location.pathname;
 }

function checkFramecall() {
 if(location.search)
 frames.mainFrame.location.href=location.search.substring(1,location.search.length);
 }