function selch(sform)
{
   location.href="index.php?country="+sform.country.options[sform.country.selectedIndex].value;
}
