function text_focus(){
  document.forms[0].username.focus();
}
