function natalsubmit(TheForm) {
  TheForm.action = "natal.php";
  TheForm.submit();
  return true;
}
