if (parent.length == 0)
{
  var callingPage = location.href;
  if (callingPage.substr (0, 5) == "file:")
    document.write ('"ForceFrames" suppressed for hard disk work<br>');
  else
    location.replace ("index.htm?" + callingPage);
}

