var fDesc=new Array(); fDesc[0] = "FastReport VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Embarcadero Delphi 4-XE2, Embarcadero C Builder 6-XE2 and Embarcadero RAD Studio environments.
Features of FastReport VCL:

- Advanced report designer
- Data Grouping and Master-Detail reports
- Caching of the big reports
- Exports to popular formats (PDF, RTF, XLS, XML, HTML, JPG, BMP, GIF, TIFF, TXT, CSV, Open Document Format)
- Report inheritance
- UNICODE support
- Report encryption
- Nested reports by using sub report object
- Dot Matrix reports
- Linear barcodes
- Composite reports
- SQL Builder
- Dialogue forms
- Interactive reports
- Web-reporting components
- Built-in script engine
- Events support
- Full sources"; 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 = ''; } }