// JavaScript Document
window.onload = function() {
  setTimeout("document.search.find.focus()",1);
}
