function select_state() {
	statedropdown(document.search_form);
}

select_state();

document.search_form.country.onchange = select_state;
