var fDesc=new Array(); fDesc[1] = "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[2] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware."; fDesc[3] = "sheet, print double-sided (duplex) and create electronic letterhead. You can print booklets, add watermarks, headers and footers. FinePrint can scale from one paper size to another. Your pages can be saved in JPEG, TIF, BMP formats."; fDesc[4] = "textures, backgrounds and anything in your Word file. The best feature of Word to PDF Converter is that the resulting file is just the same as the original one; the program never makes any changes to text, formatting, colors or anything."; fDesc[5] = "the rather popular approach of installing a print driver on your computer for you to convert files. Whenever you want to convert a document to PDF, just go to File --> Print and customize your file."; fDesc[6] = "editing PDF files. Many other suites install print driver on your computer, so that you can print any document to a PDF document."; fDesc[7] = "itself as a print driver, all you have to do is to click \"Print\" from your application to create PDF. Other files can be converted to PDF filles."; fDesc[8] = "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[9] = "included layouts, of which there are more than 170. The program lets you create your own designs for any purpose. You can also create your own unique letterheads, forms or backgrounds for your planners or booklets."; fDesc[10] = "program will install a printer driver so when you want to convert a document to PDF, you just need to select BCL easyPDF Printer in the Print Dialog Box from your application."; fDesc[11] = "would print the document to the printer. When a user prints their document to the PDF printer, the software creates a PDF file."; fDesc[12] = "any application that can print. Centralize PDF creation with Windows Terminal Services or Citrix MetaFrame Presentation Server."; fDesc[13] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF"; fDesc[14] = "exact TIFF file format required through the extensive customizable TIFF specific properties. Convert to TIFF made easy. Free Download."; fDesc[15] = "inserted into other documents or viewed natively under Windows. Convert documents to metafile and EMF files."; 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 = '...'; } }