var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "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[4] = "documents. The application can be used to open, view, print, manage and use PDFs which are created with Adobe Acrobat."; fDesc[5] = ", PowerPoint and PDF files on your Windows Mobile Smartphone. This incredible program allows you to have the same documents you have in your office or laptop right on your smartphone, thus saving time and being more productive."; fDesc[6] = "features supplied by previous versions of this Nuance/Scansoft PDF Converter, version 5 includes interesting new features about speed, Vista compatibility, movies and sounds, text to speech, transparency in watermarks, etc."; fDesc[7] = "runs individually, its configuration is easy and fast. The Main Menu has all the elements to transfer your PDF Format into Excel format."; fDesc[8] = ", links, bookmarks, images, vector graphics, fonts and extended alphabet characters. It is possible to edit docum"; fDesc[9] = "converting your images to PDF documents is enhanced with the latest technology and capabilities and is an ideal solution for home-based tasks and also for business enterprises."; fDesc[10] = "and doesn’t require any other software to be installed on your system. It is a very useful tool to optimize PDF documents for fast viewing in the system, as well as for web viewing. It also helps in reducing the size of PDF file and improving its reliability."; fDesc[11] = "intuitive interface allows you to load the documents you need to merge, put them in the order of your choice, and join them with just one click."; fDesc[12] = "files created with Real PDF Writer are really compliant to the Adobe PDF Specification, full-text searchable and totally vector-based."; fDesc[13] = "your scanner or any other twain-compatible source. Scan your documents directly into multipage TIFF, PS or PDF format."; fDesc[14] = "on-the-fly conversion to CMYK, you can restrict viewing, printing, editing, or copying of documents to only users with the correct password."; fDesc[15] = "128-bit encrypted password features. You can also restrict viewing, printing, editing, or copying of documents with password."; 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 = '...'; } }