if (window.parent.frames.length == 0) {
  window.top.location.href = "index.htm";
}

/*
if (window.location.host && window.parent.frames.length == 0) {
  window.top.location.href = "index.htm";
}
*/