function zoom(form)
	{
	var statenum=form.state.selectedIndex
	location=form.state.options[statenum].value;
	}