var fDesc=new Array();
fDesc[0] = "[Email: Support@adeptbiz.net for activation key]
ReportX is a real-time (read-only) data extraction utility which can...
- export/email results
- produce 2D & 3D graphs
- has business intelligence (BI) features that: SUM, COUNT, ROLLUP, AVERAGE numeric data.
This utility adds great value to any database centric solution used for managing
- Accounting
- Stock-control
- Sales or trend analysis
- Can also be configured as a reporting library for software developers who want to minimise report writing time
(Please note, as a stand-alone product, this utility does require query definition (*.rqf) files which are customised for each database environment)";
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 = '';
}
}