var fDesc=new Array(); fDesc[0] = "This is an easy-to-use, Excel-based reporting solution that saves hours by automating many activities associated with manual Excel reporting. End-user reporting is easy with the built-in query wizard and report designer. It automatically extracts data from databases and accounting and ERP systems and then formats this information into graphically rich, pixel-perfect Excel reports."; 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 = ''; } }