function change_county()
{
	var county_id = document.getElementById("selcounty").value;
	window.location = "where_buy_en.php?id=" + county_id;
}
