var fDesc=new Array(); fDesc[0] = "With this program your development team can perform impact analysis on over 1000 modules simultaneously. Modules include Forms (FMB), Menus (MMB), Libraries (PLL), Reports (RDF) and Text files such as *.SQL, *.PKG and enve *.TXT. As an impact analysis tool, It is not limited to Database object impacts. It gives your team visibility to Object, Attribute, “Built-In” and Program Unit name level impact analysis. With this, developers can make mass changes to PL/SQL code in minutes."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }