function loadtasks()
  {
  //window.document.getElementById("updateanc").className = "hide";
  window.document.msgdetls.forname.focus();
  }

function signin()
  {
  document.getElementById("signin").style.display = "block";
  }

function nosignin()
  {
  document.getElementById("signin").style.display = "none";
  }

//	  selacc.innerHTML='<select name=\"access\" id=\"anything\" size=\"1\" onfocus=\"expand(\'access\');\" onblur=\"shrink(\'access\');\" onChange=\"updtrig(\'A\');\"><option selected>Living relative</option></select>';

//function getselection()
//  {
//  ind = document.regdetls.memtype.selectedIndex;
//  val = document.regdetls.memtype.options[ind].value;
 // parent.document.treeform.treeref.value = val;
  
//  if(val != 0)
//    {
//    parent.document.getElementById("treelink").className = "navshow";
//    parent.document.getElementById("leaflink").className = "navshow";
//    }
//  else
//    {
//    parent.document.getElementById("treelink").className = "navshow";
//    parent.document.getElementById("leaflink").className = "hide";
//    }
//  }



