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] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc.";
fDesc[3] = "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[4] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[5] = "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[6] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file.";
fDesc[7] = "definitely need it to keep your machine hale and hearty but also it will save a lot of your time by managing and handling a lot of things.";
fDesc[8] = "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[9] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP files.";
fDesc[10] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption.";
fDesc[11] = "recover your data in them as much as possible, so to minimize the loss in file corruption.";
fDesc[12] = "the corrupt or damaged Photoshop image files and recover your data in them as much as possible.";
fDesc[13] = "and mbx files. It can scan the corrupt dbx files and recover emails in them as much as possible, so to minimize the loss in file corruption.";
fDesc[14] = "zip archive damages. Its smart algorithm swiftly recovers zip files from internal errors and saves its contents to a new archive";
fDesc[15] = "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 = '...';
}
}