var fDesc=new Array(); fDesc[0] = "Target Reports will let you generate complex, professional report documents quickly and effortlessly. An intuitive interface, an ability to access almost any data source, powerful analysis tools, automatic formatting, tables, charts, graphs, and a variety of output formats make it an unmatched state-of-the-art reporting solution.

Works with all current versions of MS Windows including Windows 7"; 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 = ''; } }