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