function go2state()
{
	var URL = document.sel_state.state.options[document.sel_state.state.selectedIndex].value;
		document.location.href = URL+".htm";
		return true;
}

function navivalue()
{
	var URL = document.f.b.options[document.f.b.selectedIndex].value;
		document.location.href = URL+".htm";
		return true;
}
