var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "downloaded from the web. It also helps to repair such files while being unpacked. AutoUnpack 4.5 can be easily configured to perform at its best with the users’ desired settings, like commanding the program to remove the source file after the unpack process is complete.";
fDesc[6] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[7] = "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[8] = "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[9] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file.";
fDesc[10] = "This application is completely different from the rest for it has two explorers present on the main window, where the users have to select the files for compression in the left pane and do the same in the right side for extraction.";
fDesc[11] = "repairing zip file structure and recovering data within. It overcomes CRC (cyclic redundancy check) failures by scanning the corrupted zip archive and by comparing its current and original CRC values.";
fDesc[12] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP files.";
fDesc[13] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption.";
fDesc[14] = "viewer, an advanced font viewer, a file wiper, a file/disk profiler, a file toucher, a zip reader/writer and a zip repair tool.";
fDesc[15] = "zip archive damages. Its smart algorithm swiftly recovers zip files from internal errors and saves its contents to a new archive";
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 = '...';
}
}