function countryJump()
{
	if(document.c.country.value!="")
	{
		window.location.href='index.php?action=t&id='+document.c.country.value;
	}
}
