function HighlightField(formId, fieldId) {
  document.getElementById(fieldId).focus();
}
