var fDesc=new Array(); fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[2] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[3] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development."; fDesc[4] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support."; fDesc[5] = ", B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO."; fDesc[6] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[7] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[8] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[9] = "format, KGB. It has an interface that works as a wizard, adds its options to the Windows Explorer, and shows the statistics after compressing / decompressing."; fDesc[10] = "Microsoft PowerPoint and Word documents by up to 98% without reducing the quality or requiring any decompressing tools. The tool has add-ons for Microsoft Word and PowerPoint and a beautiful search window for batch compressing."; fDesc[11] = "benefits. We can use Monkey's Audio to compress and decompress our audio files and convert them to and from *.ape format. No matter how high or low our knowledge is, after reading the user´s guide we can proceed to select a wav file and start compressing it to ape."; fDesc[12] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files."; fDesc[13] = "Ergononomic Compression Interface for Windows), known as ArjFolder in previous versions, integrates all the functionality of ArjFolder 3.65 with new features."; fDesc[14] = "compression abilities. DAX file uses the DAX Ziso loader, and compress ISO to maximize the space on the Memory Stick for the PSP. CSO file is useful with the new DevHook Loader 0.41, and compress ISO to CSO file."; fDesc[15] = "easy to take some PDF file (just created with any virtual PDF printer or OpenOffice), compress it and save it elsewhere. The program is also able to write/change metadata in PDF files."; 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 = '...'; } }