<!-- 
function statenavigation(frmselectstate)
{
	var URL = document.frmSelectState.stateSelect.options[document.frmSelectState.stateSelect.selectedIndex].value;
	window.location.href = URL;
}
//-->