function frm_focus() {
 document.getElementById('txtNameID').focus();
}
if ( location.hash != '' ) {window.onload = frm_focus;}
