function document_onKeyPress() {
if (event.keyCode==104 || event.keyCode==72)
  window.location="Home.html";
 }

