function onsubmit_form_1()
{
  var errs=0;

  var warning='There are errors which need correction.';

  if (errs>0)  alert(warning);

  return (errs==0);
}
