var fDesc=new Array(); fDesc[1] = ", 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[2] = "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[3] = "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[4] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities."; fDesc[5] = "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[6] = "Cpio, Deb, Gca, Gz, Hdr, Hqx, Lzh, Lzx, Pak, Pp, Rpm, Sqx, Tgz, Wad, Wb1, Wba, Wbc, Z, Zoo, and more. Has a build-in viewer."; fDesc[7] = "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[8] = "snapshots of your disks, imports descriptions and thumbnails, and allows for offline access, searching, reporting, organizing..."; fDesc[9] = "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[10] = "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)."; fDesc[11] = "features helps you manage ZIP files, as well as most other popular archive formats like CAB, RAR, ACE, ARJ, BH, GZ, LHA, JAR, TAR and ZOO."; fDesc[12] = "accessible to all users. It opens all major archive and E-mail attachment formats with built-in internal viewing."; fDesc[13] = "advanced features helps you manage ZIP files, as well as most other popular archive formats like CAB, RAR, ACE, ARJ, BH, GZ, LHA, JAR, TAR and ZOO."; fDesc[14] = ", ARJ, RAR, LHA, LZH, ZIP2EXE, RARSFX, ARJSFX, and LHASFX archives, and additionally, PKLITE, EXEPACK, DIET,..."; fDesc[15] = ", LHA(LZH), TAR (+TAR.GZ, +TAR.BZ2) and BH (BlakHole) archives; built-in support for reading and extracting: RAR, ARJ, ARC, ACE, ZOO, GZIP ..."; 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 = '...'; } }