function select_country( country ) {
	
	if( country.value != 0 )
		window.location = country.value;

}