var fDesc=new Array(); fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type."; fDesc[2] = "PrimoPDF is easy to install and use, it does need .net 2 framework to be installed on the machine prior to using this tool. PrimoPDF is compatible with most of the windows operating systems."; fDesc[3] = "it appears in your printers list. With doPDF you can convert documents/files into searchable PDFs from any application that supports printing. Interestingly, this useful PDF conversion utility is absolutely free for both personal and commercial uses."; fDesc[4] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files."; fDesc[5] = "format. Its easy-to-use interface allows you to create PDF files by simply selecting the \"print\" command from any application, creating documents which can be viewed on any computer with a PDF viewer."; fDesc[6] = "Microsoft Windows application.This progarm is FREEWARE which means that it is FREE for personal and commercial use. It does not contain any advertising or popups."; fDesc[7] = "access to edition of PDF files.On an easy-to-use interface consisting on a set of tabs you will be provided of multiple interesting and usefull functions to edit your PDF files."; fDesc[8] = "matching,\" \"Scan selected word,\" \"Fuzzy query,\" etc. The program can be activated as a stand alone program, or you can use it as a contextual utility to look for words pointed by your mouse."; fDesc[9] = "hyperlinks. Allows joining of PDF documents and PDF attachments. An API is available for developers."; fDesc[10] = "When installed in the system, the application appears on the printing dialogs in all the programs as one more printer to select. When user sends the corresponding document to 'Broadgun pdfMachine' printer, the printing streams to a new PDF document created by this application."; fDesc[11] = "to a PDFill virtual printer. Its extensive set of tools allows you to customize and optimize the output PDF file before being created. Besides, you can also create high-quality PNG, JPG, BMP, TIF, and GIF images out of any printable document."; fDesc[13] = "highest quality PDF that is distilled directly from Postscript using latest version of GhostScript. With just a push of a button, virtually any Windows applications (HTML, Microsoft® Word, PowerPoint, Excel, AutoCad, and More) can be converted into business quality PDF documents. It contains no watermarks or pop-up advertisements."; fDesc[14] = "batch converting documents to PDF in programs Support both 32 and 64 bit windows Support Windows Vista"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }