var fDesc=new Array(); fDesc[1] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc."; 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] = "interactive interface – actually it really doesn't – but it's amazingly simple and quick. Needs ghostscript installed on the PC beforehand."; fDesc[4] = "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[5] = "Adobe-compatible files. It is a pdf creator for Windows that allows users to easily create documents in PDF file format. No expertise is required for this program; even novice users can create high-quality searchable PDF files just by selecting the \"print\" command from any application."; fDesc[6] = "because it works as a printer – a virtual one in fact - listed on your system, so when you want to create a PDF file from a document you have created on other regular application such as Microsoft Word, you just send it to print by this particular printer."; fDesc[7] = "GhostScript. No adware, No spyware, No malware, No watermarks, No popup - no catch! Completely FREE PDF Converter and Creator for you!"; fDesc[8] = "as Microsoft Office maintaning their original layout, open existing PDF files, send PDF documents as attached files by email, set passwords to insure documents privacy, print any document, add watermarks, compress files, merge or split documents, etc."; fDesc[9] = "print it, you can turn it into a PDF document."; fDesc[10] = "add-in to convert Word to PDF with all bookmarks, TOC, and hyperlinks. Now Vista Ready!"; fDesc[11] = "can also say it a PDF document creator as it gives you the power to convert any document into a PDF document. You can create PDF Document form any type of document whether it is a simple text file, MS word File, MS Excel file, a Web page or even an Image."; fDesc[12] = "PDF file with just a mere click of a button and has provision for bookmarks, links and metadata. It is secure as it uses 128-bit encryption algorithm. Various options include PDF/X support and you can use this software with both Windows as well as Macintosh."; fDesc[13] = "plenty of image files, including JPG, TIF, GIF, BMP, PNG, WMF, PDF, EMF, PCX, PIC and PSD. This software also enables you to compose electronic books which can be published in the Internet. The program supports watermark, viewer and bookmark settings."; fDesc[14] = "formats. This program supports PDF, EPS, PS, PCX, TIFF, JPEG, BMP and many different formats. You will be able to use this program to creat high quality and searchable PDF files from any application on your computer."; fDesc[15] = "way. The program's interface is full of menus and useful features. This program is available in many languages, including French, Spanish, English, German and many more."; 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 = '...'; } }