var fDesc=new Array(); fDesc[0] = "With the List & Label Report Designer you can quickly and easily enhance your application with powerful features. It can be passed on with most desktop applications without paying any further royalty fees. The Enterprise Edition includes runtime licenses for server / web server applications.

Features:

-Fast integration: Implement, compile and deploy in .NET within 5 minutes
-Choose your programming language: C#, VB, C , Delphi and many more
-Flexible connections: Data binding via data provider or database independent
-Many printout and export formats: PDF, HTML, RTF, XML, XLS, barcodes (IMB) ...
-Developer's favourite: Used by Siemens, Daimler and many others worldwide
-Award winning since 1992: Benefit from 18 years of reporting experience
-Full PDF documentation: Programmer’s reference, Report Designer user manual
-Support from experts available on a time and material basis
-All Service Packs included for one year"; 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 = ''; } }