/* FileName: logon.js                           */
/* Contains all specific JavaScript for logon.jsp */

function init(){
   var theForm = document.forms[0];
   if((typeof theForm) == "object"){
      theForm.elements[0].focus();
   }
}// end function init
