var fDesc=new Array();
fDesc[1] = "well as a useful wizzard that walks you through the process. The program allows you to choose the type of files you want to recover, as well as the type of search you want to perform. The trial version only allows to recover files up to 35Kb.";
fDesc[2] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data.";
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] = "cards, USB drives, Zips and floppy disks, no matter if it was lost by accidental deletion, format, re-partition, system crash or virus attack.";
fDesc[5] = "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[6] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[7] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[8] = "if the partition table, or boot sector on hard disk is lost or damaged due to a virus attack, software failure, Fdisk or Partition Magic misapplication among other reasons.";
fDesc[9] = "quickly, easily and securely. This incredible program applies a new encryption algorithm assuring intruders cannot access your encrypted data by any way as long as the password is kept safely.";
fDesc[10] = "of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any lost file under any circumstance, such as deletion, system crash, missing drive letters, hidden/lost partitions, virus attack, etc.";
fDesc[11] = "their data recovery and 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. Moreover, it supports all operating systems and media types.";
fDesc[12] = "lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[13] = "all types of lost or forgotten passwords of any length and complexity. This incredible software features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this recovery process a breeze.";
fDesc[14] = "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. Moreover, it supports all operating systems and media types.";
fDesc[15] = "from from damaged or defective CDROM, CD-R, CD-RW lost due to scratches, bubbles, cracks, etc.and writes it to a different location.";
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 = '...';
}
}