if (!top.leftFrame) {
  document.cookie = "KvaserSupportPage=" + escape(document.URL) + "; path=/";
  if (document.location.search.length == 0) {
    // Don't reload if search part is present; it would preclude use of
    // Google's cache
    top.location.href = "/index.htm";
  }
}
