var fDesc=new Array();
fDesc[1] = "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[2] = "corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems.";
fDesc[3] = "allows you to recover data lost due to overwritten deleted, formatted, damaged or corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems.";
fDesc[4] = "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[5] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[6] = "that allows you to recover data lost due to overwritten deleted, formatted, damaged or corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems.";
fDesc[7] = "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[8] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file.";
fDesc[9] = "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[10] = "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[11] = "extracts files from corrupted ZIP archives, supports all zip compression modes and archives of over 4GB. However, the program fails to recover password protected archives.";
fDesc[12] = "easy to use user friendly interface let you to easily recover your data from corrupted zipped files. Stellar Phoenix Zip Recovery can easily repair the Zip archive files which have CRC errors, or if the Zip archive file is corrupted then of course you can try it.";
fDesc[13] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP files.";
fDesc[14] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption.";
fDesc[15] = "minimizes data loss during recovery. Repair encrypted data from ZIP archives. Fix Zip files and restore corrupted Zip files.";
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 = '...';
}
}