function fn_CheckState()
{
var lclstrstate = window.document.frmState.stateProvince.options[window.document.frmState.stateProvince.selectedIndex].value
if (lclstrstate != "Select")
	{ 
	window.document.frmState.action = "Health_Welcome.asp" 
	window.document.frmState.actionCode.value = "submit" ;				
	window.document.frmState.submit () ;
	}
}
	