function setFormFocus() { if (document.forms[0].fld_OVERENIE.value=="" || document.forms[0].fld_OVERENIE.value=="0") { document.forms[0].fld_Username.focus(); document.forms[0].fld_Username.select(); } }