<!--
//added by cxp
	function ListCounty(InputST) {
		// this function lists features from the selected state
		//Get the selected state
		var sState
		STATE_FIPS=window.document.form1.varSTATE_FIPS.value;
		j=window.document.form1.varSTATE_FIPS.selectedIndex
		//Refresh the page with the addition of the "STATE_FIPS" in the
		//QueryString
		
		var sPath = window.location.pathname;
		//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
		var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
		//window.location = sPage+"?varSTATE_FIPS="+STATE_FIPS

		window.location = sPage+"?varSTATE_FIPS="+STATE_FIPS+"&varFIPS=0&varHCN=0"
		//window.document.frmFeatClass.selClipFeatClass.value=ClipFeatClass
		window.document.form1.varSTATE_FIPS.selectedIndex = j;
	}

	function ShowCounty(InputCTY) {
		// this function lists features from the selected state
		var sCounty

		var varFIPS
		//Get the selected State and County
		STATE_FIPS=window.document.form1.varSTATE_FIPS.value;
		j=window.document.form1.varSTATE_FIPS.selectedIndex
		FIPS=window.document.form1.varFIPS.value;
		k=window.document.form1.varFIPS.selectedIndex
		//Refresh the page with the addition of the "STATE_FIPS" in the
		//QueryString
		var sPath = window.location.pathname;
		//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
		var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
window.location = sPage+"?varSTATE_FIPS="+STATE_FIPS+"&varFIPS="+FIPS
//		window.location =  varPname+"?varSTATE_FIPS="+STATE_FIPS+"&varFIPS="+FIPS
		//window.location = "../chrislccounty.asp"+"?varSTATE_FIPS="+STATE_FIPS+"&varFIPS="+FIPS

		//window.document.frmFeatClass.selClipFeatClass.value=ClipFeatClass
		window.document.form1.varFIPS.selectedIndex = j;
	}

	function ListHCN(InputHCN) {
		// this function lists features from the selected state
		//Get the selected state
		var sHCN
		HCN=window.document.formhcn.varHCN.value;
		j=window.document.formhcn.varHCN.selectedIndex
		//Refresh the page with the addition of the "HCN" in the
		//QueryString
		
		var sPath = window.location.pathname;
		//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
		var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
		window.location = sPage+"?varHCN="+HCN
		window.location = sPage+"?varHCN="+HCN
		//window.location = "/quickStart/county.asp"+"?varSTATE_FIPS="+STATE_FIPS
		//window.document.frmFeatClass.selClipFeatClass.value=ClipFeatClass
		window.document.formhcn.varHCN.selectedIndex = j;
	}

	function ListHCN1(InputHCN) {
		// this function lists features from the selected state
		//Get the selected state
		var sHCN
		HCN=window.document.formhcn1.varHCN.value;
		j=window.document.formhcn1.varHCN.selectedIndex
		//Refresh the page with the addition of the "HCN" in the
		//QueryString
		
		var sPath = window.location.pathname;
		//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
		var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
		window.location = sPage+"?varHCN="+HCN
//		window.location = sPage+"?varHCN="+HCN
		//window.location = "/quickStart/county.asp"+"?varSTATE_FIPS="+STATE_FIPS
		//window.document.frmFeatClass.selClipFeatClass.value=ClipFeatClass
		window.document.formhcn1.varHCN.selectedIndex = j;
	}

    function WindowOpen1()
	{
	 window.open('/about/exitdisclaimer.asp','Window1','top=0,left=0,Width=850,Height=325,titlebar,menubar,status');
	}
