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] = "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[3] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc.";
fDesc[4] = "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[5] = "lost,corrupted or damaged Mp3 files, songs, images, digital pictures and videos from all types of removable media due to human error or any Virus Generated Data Loss.";
fDesc[6] = "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[7] = "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[8] = "cameras, USB drives,ZIP disks, etc. that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[9] = "the features which you may found in any state of the art market leader data recovery software. Data LifeSaver has quality to recover data from IDE, SCSI and SATA types of hard disks. Data LifeSaver has full support to recover data from USB drives.";
fDesc[10] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[11] = "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[12] = "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[13] = "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[14] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption.";
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 = '...';
}
}