var fDesc=new Array(); fDesc[1] = "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[2] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[3] = "repair and disk diagnostic needs.This incredible application includes capabilities of EasyRecovery DataRecovery, EasyRecovery FileRepair and EasyRecovery EmailRepair, plus advanced data recovery options and Data Advisor diagnostic features."; 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] = "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[7] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB)."; fDesc[8] = "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[9] = "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[10] = "and invalid entries, and running in perfect conditions. On the left of the Main Window, we can select several options or modes, Registry category features: Editing, Manual Cleanup, Automatic Cleanup, Search and Replace, and Optimization."; fDesc[11] = "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[12] = "their data recovery and file repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files. Moreover, it supports all operating systems and media types."; fDesc[13] = "tools for Word (.doc), Excel (.xls), PowerPoint (.ppt), Publisher (.pub), OneNote (.one) etc."; fDesc[14] = "works fine but it's useless if you have Windows XP or Vista, because you can create, open and extract ZIP archives within Windows Explorer without the help of any additional program."; fDesc[15] = "utilities in one: it was developed to combine both tweaking and optimizing features to increase the speed of your Windows XP system."; fDesc[16] = "the most used formats for compressing and sending files around the web. With so many people using and sending these files, they are bound to get damaged now and then."; fDesc[17] = "test, fix and process the corrupted and unusable Zip archive files whether it is partially damaged zip archive file or you have a partially downloaded file, it will work on all such files. It actually reconstructs the new zip file by recovering the contents of the corrupted or damaged zip files."; fDesc[18] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise."; fDesc[19] = "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[20] = "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."; 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 = '...'; } }