// Focus on first field

function setFocus() {	document.login_form.input_username.focus(); }
window.onload = setFocus; 