var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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] = "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[5] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file.";
fDesc[7] = "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.";
fDesc[8] = "from the corrupted zip archive to the specified destination, while other software may just try to repair the zipfile header or structure when your common unzip software will keep on refusing to open or extract the zipfiles you need.";
fDesc[9] = "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[10] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP files.";
fDesc[11] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption.";
fDesc[12] = "minimizes data loss during recovery. Repair encrypted data from ZIP archives. Fix Zip files and restore corrupted Zip files.";
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] = "disk image. It can backup any folder to any destination (network drive, USB external disk..) It comes with its own DVD burner diver..";
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 = '...';
}
}