var fDesc=new Array(); fDesc[1] = "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[2] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[3] = ", 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[4] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[5] = "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[6] = "package or to extract the archives you download from the web. Filezip supports opening and extracting archives of the following formats: ZIP, BH, CAB, JAR, LHA,TAR, GZIP, ACE, ARC, ARJ, RAR, ZOO, UUE and XXE. And it can create ZIP, BH, CAB, JAR, LHA,TAR and GZIP archives."; fDesc[7] = "range of encoded, compressed, and disc-images files. It also includes very powerful features in a very easy-to-use application interface and Windows Explorer integration."; fDesc[8] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc."; fDesc[9] = ", including ZIP, RAR and ACE. It’s a basic free alternative to WinZip, WinRAR and PowerArchiver. You can use it, for instance, to compress your birthday photos in a single file or to open the book collection you bought online."; fDesc[10] = "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[11] = "compresses files into smaller ones, to ease file sending through the Internet. The main screen has three tabs, Start, Archives and Search. It can even compress .zip files into even smaller files."; fDesc[12] = "formats like ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH, BZ2, SQX, RS, UUE, XXE, BASE64, UCL, ARJ, ZLIB, ALIB, RPM, DEB, 7-ZIP. And, of course, you can create compressed archives in a number of formats like 7z, ZIP, CZIP, Cab, LHA, TAR, TAR GZ TAR BZ2, ACE, etc."; fDesc[13] = "to save disk 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[14] = "create compressed archives. You can use AlphaZIP, for instance, to compress your party photos and send them to your party friends. It must fulfill all you daily file compression requirements."; fDesc[15] = "tools through an easy-to-use interface that seamlessly integrates with Windows Explorer. Version 11.02 adds a preview window (easily preview archives, images, text and many other file types, without having to open the archive or file)."; 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 = '...'; } }