<!--
function getRegionReport(fip,stName) {
with(document.forms["module_form"]) {
showProcPleaseWait();
stnum1.value=fip;
stnam1.value=stName;
if(indicatorType.value=="") {
indicatorType.value = "enctot";
}
_program.value="reports.industries_by_region";
setTimeout("document.forms[\"module_form\"].submit();",1000);
}
}
function getIndustryReport(indicator) {
with(document.forms["module_form"]) {
showProcPleaseWait();
inputVar.value=indicator;
_program.value="reports.regions_by_industry";
setTimeout("document.forms[\"module_form\"].submit();",1000);
}
}
//-->
