function form_init()
{
  var txt=document.getElementById("txtUser");//document.getElementById("pn_tc_I");
  txt.focus();
}
