var fDesc=new Array();
fDesc[1] = ", NTFS 2.0, FAT32 or FAT16 file systems in a snap. It retrieves any type of files lost due to accidental removal or deletion from the Windows Recycle Bin. The interface is really simple and intuitive, and does not include any complex feature.";
fDesc[2] = "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[3] = "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[4] = "lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[5] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[6] = "intentionally deleted or lost photos. Simple and clear step-by-step interface allows you to instantly recover lost or deleted images from your: digital camera, computer, flash card, memory card, mobile phone or any other media or drive.";
fDesc[7] = ", formatted, corrupted data from NTFS, NTFS5 Partitions of Windows Operating System.";
fDesc[8] = "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[9] = "from your machine, even if you have removed them from Recycle Bin of your computer. Magic Uneraser also works with external drives like MP3 player, camera, USB drives and many others along with scanning and finding deleted data from your computer hard disk.";
fDesc[10] = "file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives";
fDesc[11] = "recovering all types of files like documents, applications, media files etc.";
fDesc[12] = "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.";
fDesc[14] = "program that was developed to be of help in such cases. It allows recovering files that were removed from NTFS file system.";
fDesc[15] = "and is easy to use. The program makes use of the Guided File Excavation Technology which is unique and extremely good at finding files and folders that have been lost, even ones now behind overwritten partitions.";
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 = '...';
}
}