<!--

	function showDataElementDescription(intDataElement,strDataSet)
	{
		var sdedwin = window.open ('dedesc.asp?de=' + intDataElement + '&ds=' + strDataSet,'sdedwinx','screenX=0,screenY=0,top=0,left=0,resizable=1,width=450,height=350,scrollbars=yes,menubar=no')
	}

	function showDataDescription(strDataSet)
	{
		var sdedwin = window.open ('dsdesc.asp?ds=' + strDataSet,'sdedwinx','screenX=0,screenY=0,top=0,left=0,resizable=1,width=450,height=300,scrollbars=yes,menubar=no')
	}

	function openHelpWindow(strHelpHREF)
	{
		var helpwin = window.open ('help.asp?topic=' + strHelpHREF,'helpwinx','screenX=0,screenY=0,top=0,left=0,resizable=1,width=450,height=300,scrollbars=yes,menubar=no')
	}
	
	function openXLDLWindow(strAppendURL)
	{
		var xldlwin = window.open ('createdownload.asp?' + strAppendURL,'xldlwinx','width=230,height=250, screenX=0,screenY=0,top=0,left=0,scrollbars=no,resizable=no')
	}
	
	function openWindowTL(strURL)
	{
		var tlwin = window.open (strURL,'tlwinx','screenX=0,screenY=0,top=0,left=0,location=yes,status=yes,address=yes,menubar=yes,toolbar=yes,scrollbars=yes,resize=yes')
	}
	
	function openChartWin(strURL)
	{
		var chartwin = window.open (strURL,'chartwinx','screenX=0,screenY=0,top=0,left=0,resizable=1,width=575,height=500,scrollbars=yes,menubar=no')
	}
	
	function addStateSelection(intStateID)
	{
		
		for (i=1;i<52;i++)
		{
			if (document.statesearch.statelist.options[i].value == intStateID)
			{
				document.statesearch.statelist.options[i].selected = true
			}
		}
		
	}

//-->
