function onLoad(  )
{
  var username                  = document.getElementById('cTxt_Username');
  if(username)
    username.focus();
}
