var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "partitions. Moreover, you can recover lost mails from Outlook or from Windows Mail. Select the kind of scanning you prefer, Quick, Guided, Full or Advanced.";
fDesc[4] = "accidentally deleted from hard disks and memory cards. This incredible application can recover files damaged by virus attacks, power failures and software faults or files from deleted and formatted partitions";
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] = "formated or corrupted from almost any memory card. With this powerful utility you will be able to recover images, videos, data and any other media stored in any of the supported memory cards.";
fDesc[7] = "memory card(s). Its intuitive interface allows you to follow through the process easily. The trial version is limited to recover up to 4 folders on each run.";
fDesc[8] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[9] = "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[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] = "messages accidentally deleted from your mobile phone sim card. This incredible application retrieves all deleted contact numbers, unreadable messages and corrupt phone book directory.";
fDesc[12] = "storage media that was assumed to be lost forever. The Pen Drive Data Recovery software can recover data from media that was re-formatted, attacked by a virus, corrupted, on a damaged system or also files that were accidentally deleted.";
fDesc[13] = "or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems.";
fDesc[14] = "lost files due to virus attacks and software faults in minutes. It supports most hard and floppy disks, digital cameras and memory cards. The program scans your computer or drive and instantly shows you deleted files in a simple and intuitive user interface.";
fDesc[15] = "lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
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 = '...';
}
}