function sendCountyChanging( nCountyId ) {
	document.getElementById( 'county_id_to_list' ).value = nCountyId;
	document.getElementById( 'county_id_to_list' ).form.submit();
}
