window.onload=OnLoad;
function OnLoad()
{
document.getElementById("username").focus();
}