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