function setFocus(what)
{
  //document.forms[0].elements[4].focus();
  document.getElementById(what).focus();
}
