var fDesc=new Array();
fDesc[0] = "rTools is an easy, flexible, intelligent reporting software built completely in Microsoft Excel.
With drag & drop report updating and drill down to source transactions, rTools is the reporting solution for you.
Main features:
-Easy to use
-Drag and drop report modification
-Drill down to source transactions
-Report on any date range:
a day, a week, across fiscal years & periods
-Built completely in Microsoft Excel
-Preference learning
-Automatic formatting
-Charting
Simply step through a quick reporting wizard, then let rTools take care of the rest. Just double-click to drill down to source transactions. Complete drag and drop report modification. Even when off-line!
Reports can be saved, emailed and distributed to anyone with Excel.
Tools reports are directly linked to the database. Reports can be updated real-time. Simply post your entries in your accounting software, then click update and see the results instantly.
All reports are completely auto-formatted saving hours if not days of time and energy.
Using Microsoft® Excel's powerful PivotTables®, rTools generates real-time, ad hoc, OLAP reports from your database.
rTools is built completely in Microsoft® Excel.";
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 = '';
}
}