function openPage(d_href) { window.location.href = d_href; }

function handleBodyLoad() {
  var myelement = document.getElementById("qfocus");
  if (myelement != null) {
    myelement.focus();
  }
}

