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] = "Japanese font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms."; fDesc[4] = "much smalller. It is smaller than regular PDF. But the quality of the picture is not good. The texts, in the form of small pictures are most benefited from this, that the file sizes are small."; fDesc[5] = "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[6] = "can be protected using an user password, which will prevent you from ever opening the file if you don't have the password. They can also be protected using an owner password, which restricts several functions of the PDF file in question."; fDesc[7] = "documents. The application can be used to open, view, print, manage and use PDFs which are created with Adobe Acrobat."; fDesc[8] = "Reader® and Acrobat.com Adobe Reader software is the global standard for electronic document sharing. It is the only PDF file viewer that can open and interact with all PDF documents. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files."; fDesc[9] = "just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout."; fDesc[10] = "convert PDF files. Printing support with all the professional features and in-built PDF splitter makes Adolix PDF Converter PRO a complete solution for your PDF-related problems. Adolix PDF Converter PRO offers 128 bit encryption and password protection for your PDF files."; fDesc[11] = "Microsoft Word and RTF formats in just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout."; fDesc[12] = ", links, bookmarks, images, vector graphics, fonts and extended alphabet characters. It is possible to edit docum"; fDesc[13] = "dozens of image formats, such as TIF, JPG, GIF, PNG, BMP, PSD, WMF, EMF, PDF, PCX, PIC,etc. into PDF format. This incredible program can also be run from the command line allowing for use of batch files as well as launching programmatically from other programs"; fDesc[14] = "version features useful and advanced characteristics that enhance the experience of using Acrobat. With Acrobat Reader you can create, view, edit and print your PDF files, more easily and efficiently."; fDesc[15] = "single PDF file. This utility is perfect to batch print, archive or combine small PDF file into only one file. The program supports the following image types: TIFF (.tif), Multi-page TIFF, Windows bitmap (.bmp), GIF (.gif), JPEG (.jpg), PNG (.png), WMF(.wmf), EMF(.emf)."; 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 = '...'; } }