function submitForm(oForm, iRegion)
{
  oForm.elements["region"].value = iRegion;
  oForm.submit();
}