var fDesc=new Array(); fDesc[1] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[2] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[3] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface."; fDesc[4] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats."; fDesc[5] = "XLS/XLSX/Text/CSV/HTM L/XML without requiring MS Excel to be installed. This incredible program has the ability to convert and manipulate one or thousands of files, located in one or many folders in a few steps."; fDesc[6] = "spreadsheets with MS Office or Open Office NOT REQUIRED. Based on Bytescout.XLS library for .NET .NET developers"; fDesc[7] = "Adobe Acrobat (PDF) files are to manage when you don't have the right tools. This application should provide a nice way out of those complications. This is not a tool to open or edit PDF files; it is simply a converter that allows you to convert, for example, your .DOC files..."; fDesc[8] = "format. Supports Font embedding, resolution, compression and multi-language. Does not need adobe acrobat or any other pdf viewer or editor."; fDesc[9] = "PowerPoint, and text document. Its compact and well-structured interface makes it easy to use for both the novice and the expert uses. Its high conversion speed is one of its main assets."; fDesc[10] = "such as txt, csv, mdb, html, dbf and many more. This program will convert your files from one into another in a very fast way. The program has got a very friendly interface that will let you know how to make your conversions in a easy way."; fDesc[11] = "workbook and sheets of Microsoft Excel documents starting from version 5.0 and up to version 2003. The program has 5 interface languages and keeps history for last opened files."; fDesc[12] = "conversions done with this program can be viewed with almost all imagin programs or file viewers. The application will automatically be installed on your Microsoft Excel and you will be able to use it directly from there."; fDesc[13] = "VI, 7 (.DBF) and FoxPro format. The program supports password protected XLS files. and enables you to select between different sheets under same Microsoft Excel document."; fDesc[14] = ", *.csv, *.mdb, *.htm, *.dbf, among others. The program is really fast and easy to use. You just have to select the files to convert, choose the destination folder and output format, then click START, and the program does the rest for you."; fDesc[15] = "spreadsheets. The program has command line support and contains a .dll file that can be used by developers to integrate the conversion functions to their own applications."; 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 = '...'; } }