function registerInput( id )
{
//   alert(id);
  inp = document.getElementById(id);
  inp.onClick = inp.select();
  inp.value = "j";
}