var fDesc=new Array();
fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format.";
fDesc[2] = ", 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[3] = "for RAR/WinRAR (2.xx and 3.xx) archives. This incredible program includes the following modes to recover the passwords: \"brute-force\" attack, dictionary-based attack and dramatically fastest \"Booost-Up\" attack.";
fDesc[4] = "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[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] = "Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update.";
fDesc[7] = "is programmed only for RAR/WINRAR archive files of version 2.x and 3.x. It gives two options to the end user to regain the password. The first is by using a brute force attack which tries all the combinations of the characters";
fDesc[8] = "Dictionary attack. Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update tool.";
fDesc[9] = "drives and devices, lost due to accidental deletion, system crashes, drive formatting and other reasons. The program features a very simple and intuitive wizard-like user interface, very suitable for beginners.";
fDesc[10] = "and may contain one or more files and folders. RAR have capability to password protect your RAR archives and it can also encrypt your sensitive files in RAR format. But RAR Key is a utility for recovering the password of password protected RAR archives.";
fDesc[11] = "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[12] = "program can repair multiple files at once, multi-volume files, and solid archives. It can also repair password protected archives.";
fDesc[13] = "mechanisms to maximize opportunity of retrieving data and much quicker. Davory data recovery only supports FAT12, FAT16, FAT32, and NTFS.";
fDesc[14] = "whether the archive is a stand-alone or a multi-part archive, by means of dictionary attack. The program comes with a list of common words and a list of common passwords. The program can utilize multiple processors system and requires a small amount of ram for small archives.";
fDesc[15] = "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.";
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 = '...';
}
}