var fDesc=new Array();
fDesc[1] = "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[2] = "disks, floppy disks, PCMCIA-attached digital camera cartridges, smartmedia, compactflashs and memory sticks that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[3] = "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[4] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[5] = ", formatted, corrupted data from NTFS, NTFS5 Partitions of Windows Operating System.";
fDesc[6] = "due to overwritten deleted, formatted, damaged 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[7] = "file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives";
fDesc[9] = "lost due to virus or Trojan infection, unexpected system shutdown or software failure or corruption of a hard drive.";
fDesc[11] = "software is a Secure, Simple, Fastest Partition Recovery Utility for Windows NTFS File System. Demo previews recoverable files, Supports Vist";
fDesc[13] = ", find/recover files from your NTFS partitions that where lost after FDISK, disk re-formatting, re-partitioning or partition table crash.";
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 = '...';
}
}