function submitCountry( countryName )
{
  document.frmCountry.Country.value = countryName;
  document.frmCountry.submit();
}
