var fDesc=new Array();
fDesc[1] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read.";
fDesc[2] = "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[3] = "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[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] = "information that has been accidentally deleted or formatted. Now with this incredible application you can recover your lost data even if your system is not bootable.";
fDesc[6] = ", Music, Animations, 2D/3D Vector Graphics, Documents, Databases, Spreadsheets, Archives, Presentations, Mailboxes, Address books, Windows CE and Palm files and many other formats!";
fDesc[7] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[8] = "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[9] = "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[10] = "incredible program can also be used to recover information from Microsoft Exchange ost files and/or convert them into Microsoft Outlook pst files.";
fDesc[11] = "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[12] = "drive crashes. The program can also restore corrupt partition tables or boot sectors. It is a powerful tool that is capable of recovering data from the operating system partitions, like FAT and NTFS.";
fDesc[13] = "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[14] = "recycle bin or deleted permanently using the Shift + Delete keys. This incredible program has the ability to recover data from damaged, formatted, deleted or corrupt partitions and supports data recovery from FAT16, FAT32, NTFS and NTFS5 file systems.";
fDesc[15] = "how it feels, and you know that it feels really bad. Everybody has been there sometime and that’s why applications like this exist. Recover Lost Data provides you with the ability to get back those accidentally deleted files searching them from a search criterion you define.";
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 = '...';
}
}