function showdata()
{
var selectstBox = document.forms["frmAOI"].aoiList1;
stat = selectstBox.options[selectstBox.selectedIndex].text


if (stat != "")
{	
window.location.href = "http://www.soilsurvey.org/tools/report/countylist.asp?state="+stat+"";
}
}

