var fDesc=new Array(); fDesc[0] = "2-Minute PDF Designer is the application that not only generates a pdf document, but also allows you to create a template visually. You can use 2-Minute PDF Designer to create any document in Hypertext Markup Language (HTML), BMP, JPEG, PNG, GIF, TIFF, EMF, WMF or Exif, complete with fonts and graphics.

Other users can view your work on Microsoft® Windows, Mac® OS, LINUX, and UNIX® platforms. It can be used both from WinForms and WebForms (ASP.NET) applications without any restrictions.

Main features:
-Built-in run-time configuration dialogs, give full control to the end-user
-Built-in Web Reporting facilities, get your report ready for serving over the Internet/Intranet in just ONE line of code
-PDF supports TrueType font encoding, compression and more
-PDF supports TrueType font characters from Chinese, Russian, Greek, Eastern European and other character sets
-PDF supports Font Embedding and Encryption
-Highly optimized HTML encoding to generate small HTML files
-HTML supports multi-file and single-file exporting"; 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 = ''; } }