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] = ", 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[3] = "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[4] = "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[5] = "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[6] = "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[7] = "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[8] = "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[9] = "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[10] = "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[11] = "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[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] = "tools for Word (.doc), Excel (.xls), PowerPoint (.ppt), Publisher (.pub), OneNote (.one) etc.";
fDesc[14] = "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[15] = "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[16] = "utilities in one: it was developed to combine both tweaking and optimizing features to increase the speed of your Windows XP system.";
fDesc[17] = "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[18] = "installation. The installation process is fairly simple and this application is compatible with most of Windows OS version’s (98, ME, NT 4.0, 2K, XP and Vista).";
fDesc[19] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP files.";
fDesc[20] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption.";
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 = '...';
}
}