function load_county_list(StateID) {
	x_load_county_list(StateID, cb_return_dropdown);
}

function cb_return_dropdown(result) {
	document.getElementById('county_dropdown').innerHTML = result;
}
	