var fDesc=new Array(); fDesc[1] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc."; fDesc[2] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc."; fDesc[3] = "program made by Christian Ghisler. Total Commander 6.54a is included in TC PowerPack 1.7. During the installation you can choose to install three different skins, Smooth, Futurist or WinCmd."; fDesc[4] = "clips spending almost no time. This free tool is easy to use and does not require much of knowledge of software. The program is not compatible with Windows Vista or Linux operating systems."; fDesc[5] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output."; fDesc[6] = "file. You will also be able to merge your MP3 files without losing any of the original videos' quality. The program is very easy to use. It has got a very friendly and intuitive interface."; fDesc[7] = "into a single file. You just select a file (or files), adjust a couple of options and click on the corresponding button. Although the program isn’t quite feature-rich, it serves its main purpose well enough."; fDesc[8] = "split in smaller files you may join them together. Advanced File Joiner merges text files, combines some movie file formats like MPEG."; fDesc[9] = "product is for you. It instantly joines parts of a larger file or separate files into one large file."; fDesc[10] = "PDF documents to create a new document containing all the pages included in the original files. It also gives you the possibility of defining the order in which these documents will be merged."; fDesc[11] = "allows you to create a new RAR file by putting together the files contained in any number of existing RAR archives. Its simple yet effective interface allows you to select the input files to merge either one by one or by loading all the RAR files contained in a folder and its subfolders."; fDesc[12] = "to put together any number of HTML files into a new one. You can select specific files or load all the HTML files existing in a folder with just a couple of clicks. Finally, you can determine the order in which the combined documents will appear in the new HTML file."; fDesc[14] = "automatically. It's that simple. Stop, pause and play using familiar media player controls on the main window."; 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 = '...'; } }