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