function check_country()
{
	if(document.form_country.country.value != 1)
	{
		document.form_country.submit();
	}
}