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] = "files. These files are transmitted and stored for long periods of times, and it is not rare for them to get corrupted or damaged. RAR Repair Tool allows you to recover files stored in corrupted RAR files.";
fDesc[3] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[4] = "files in order to assure you that all the files that you are checking haven't been corrupted at all. When you create an SFV file with QuickSFV, or any other application, it records the actual state of the files so that you can check those later against the newer version.";
fDesc[5] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise.";
fDesc[6] = "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[7] = "or a virus can infect your archived file or it can be damaged while downloading. This repair tool can recover as much data as possible from all these damaged archived files. It uses a very effective algorithm for recovering data and repairing archived files.";
fDesc[8] = "program can repair multiple files at once, multi-volume files, and solid archives. It can also repair password protected archives.";
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] = "from RAR archives, it minimizes data loss during recovery. Repair encrypted data from RAR archives. Fix Rar files and restore corrupted Rar files.";
fDesc[11] = "engine, it will help you save deleted, formatted and corrupted files from accidential lose.";
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 = '...';
}
}