function changeState( state ) {
	var cmbState = document.forms.filter.state_id;
	setComboText( cmbState, state );
	cmbState.onchange();
}