function submitForm(name) { 
  document.forms[name].submit(); 
  return true; 
} // end function submitForm()
