var fDesc=new Array(); fDesc[0] = "DeskPDF is a PDF creation application for Windows. This application thoroughly integrates two of the most popular approaches to converting and editing PDF files. Many other suites install print driver on your computer, so that you can print any document to a PDF document. Other applications are simply converters, and you only have to add the file and click convert. DeskPDF does it both ways. It brings an advanced print driver that allows you to produce high quality PDF files that are text searchable. All the files that you create using this application will be totally compatible with Adobe Acrobat Reader and other readers, and will be editable if you need them to be. DeskPDF also brings some extra features, like e-mail implementation and deployment configurations. The latter allows an administrator to configure rights for specific users. There is a nice feature about this application that really saves you a lot of time when you need to convert a file to PDF. If you drag a file and drop it on top of the application's icon, it will start a one-step application that will convert your file to PDF on the spot. Just brilliant."; 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 = ''; } }