// JavaScript Document

function changefocus() { 
  window.focus();
}
window.onload=changefocus