// JavaScript Documentfunction county_nav(the_loc){	document.county_form.action=String(the_loc);	document.county_form.submit();}