﻿// *******************************************
//                Summary
// *******************************************
//JScript File name: TimeKeeperLogin.js
//JScript File description: This JScript File is called by TimeKeeperLogin.aspx   
//Created by: 
//Creation date: 04/25/07
//--------------------------------------------
//          Revisions
//--------------------------------------------
//Modification date:
//Modified by:
//Remarks:
//*******************************************
function loader()
    {
    
      history.forward();
    }
    function userFocus()
    {
      document.getElementById(Username).focus();
      history.forward();
    }
   function passwordFocus()
    {
      document.getElementById(Password).focus();
      history.forward();
    }

