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