var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type."; 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] = "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[5] = "for direct download from the developer’s website. When installing, we can associate the following file extensions: TIF, TIFF, DjV, DjVu, PDF, and TXT with STDU Viewer. It provides a free browser and viewer for these files."; fDesc[6] = "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[7] = "modify existing PDF documents. The application has the ability to create in batch mode and combine multiple files and multiple file types in a single PDF document, as well as create PDF packages."; fDesc[8] = "PDF file. It is really easy to use and intuitive. You just have to open the document you want to convert, then select Print from the file menu and choose the Win2PDF printer, and finally save or e-mail the PDF file from the File Save dialog."; fDesc[9] = "format documents, spreadsheets and forms, preserving the original formattings and all the graphics. Capability of auto-filling forms and generating templates for similar files conversions. Mark-up and comments tools. and security features are added to this version."; 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[12] = "features a very simple and intuitive user interface that can be used by anyone since it does not require any special knowledge. It is very light and functions wonderfully and offers most of the options of the Acrobat Reader."; fDesc[13] = "PDF creator. The program refuses to open the protected document if the viewer didn't install the required license on his computer."; fDesc[14] = "structured Microsoft Office Excel documents. A remarkable performance is the conversion speed: according to the publishers it can convert up to 450 pages a minute, so even long PDF documents are converted to MS Excel files in a very few minutes."; 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 = '...'; } }