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] = "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[4] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor."; fDesc[5] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files."; 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] = "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[8] = "to see PDF documents, this is what you were looking for. EXPert PDF Reader brings you the reading and printing abilities to you for nothing since it's a freeware."; fDesc[9] = "you to edit and change PDF files by means of a Printer driver. VeryPDF PDF Editor takes a rather different approach. This application allows you to change PDF files on-the-fly, just like you would change a file using Microsoft Word, for example."; fDesc[10] = "editing PDF files. Many other suites install print driver on your computer, so that you can print any document to a PDF document."; fDesc[11] = "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[12] = "file without the need of having Acrobat reader installed on your PC. The program installs itself as a printer driver, so the only thing you have to do is create your document, select that virtual printer, click on the print button."; fDesc[13] = "installs itself as a virtual PDF printer driver so you can convert your documents just by printing them. The process is extremely easy. If you know how to print you know how to convert any document to PDF."; fDesc[14] = "curve and without Adobe Acrobat. This is very convenient because you only install it the way you do it with a regular program, then a new printer will appear in your Print Dialog Box."; fDesc[15] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF"; 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 = '...'; } }