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] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy."; fDesc[3] = "complete features one-click integration with Microsoft Office products. PDF complete works with Office 2007, 2003, 2002, and 2000 and supports Windows XP, Windows Vista, Windows 2000, and Windows 2003."; fDesc[4] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document."; fDesc[5] = "interactive interface – actually it really doesn't – but it's amazingly simple and quick. Needs ghostscript installed on the PC beforehand."; fDesc[6] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites."; 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] = ", Excel, Power Point (Microsoft Office), Writer, Calc, Impress (Open Office), DXF/DWG (AutoCAD 2004), Text, HTML, and format images like BMP, JPG, GIF, PNG, TIFF."; fDesc[9] = "printer called 'Doro PDF Writer'. When you send the document to print, the driver converts it to PDF Format. The real work is done by 'GhostScript'. [Which will be installed during setup], like in other PDF converters."; fDesc[10] = "format in seconds. The application adds a toolbar to Microsoft Word, allowing you to control the program from there. You simply have to open a document and press the button reading \"Save as PDF\", and it instantly creates the PDF format of your document."; fDesc[11] = ", including DOC, DOCX, XLS, XLSX, PPT, PPTX, TXT and even HTML, to a universally accepted PDF (Portable Document Format) file with the click of a button."; fDesc[12] = "to have Adobe Acrobat install on the PC. PDF Grabber has an integrated PDF-Printer, with wich exported documents can be reconverted to PDF. Three versions available according with your specific needs."; fDesc[13] = "runs individually, its configuration is easy and fast. The Main Menu has all the elements to transfer your PDF Format into Excel format."; fDesc[14] = ", links, bookmarks, images, vector graphics, fonts and extended alphabet characters. It is possible to edit docum"; fDesc[15] = "user. With the potential to return fast quality work this tool has the capability to convert PDF files into PNG, GIF, JPEG, TIFF, BMP or other image formats."; 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 = '...'; } }