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