var fDesc=new Array();
fDesc[1] = "files from NTFS/NTFS5 and FAT12/FAT16/FAT32 files systems at high speed. It allows you to recover accidentally deleted files or folders, permanently deleted files using the keys Shift + Delete, among others.";
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] = ", 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[4] = "retrieves files lost due to accidental removal or deletion from the Windows Recycle Bin. It enables you to either make a complete scan of the selected volume, perform a simple or advance search by selecting file masks, and also recover marked files.";
fDesc[5] = "hardware or software RAID's.The software supports NTFS, FAT32, FAT16, NTFS5, NTFS+EFS file systems and works under all Windows operating systems.";
fDesc[6] = "from the Recycle Bin, in a DOS window, from Windows Explorer with the SHIFT key held down.";
fDesc[7] = "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[8] = "steps. This program can be very useful to recover files lost or damaged due to virus attacks, deletion from the Recycle Bin, power failure, among others.";
fDesc[9] = "various file systems including FAT, FAT16, VFAT, FAT32, NTFS, NTFS5 on various storage media.";
fDesc[10] = "Linux and some Unixes. It recovers files from any local disk lost or damaged due to virus attack, system crash or power failure, even if the file records are lost. However, it fails to recover damaged RAIDs or stripe sets and does not feature network capabilities.";
fDesc[11] = ", digital cameras, MP3 Payers, USB sticks, Zip Disk etc. Smart Undelete currently support all windows based file systems from FAT 12/16/32 to NTFS and NTFS 5. It also have advanced search feature so you can search your deleted files by their name.";
fDesc[12] = "from your hard drive, USB drives, ZIP, flash drives, SD Cards, MMC, and Firewire drives. It supports both FAT and NTFS file systems. It recovers files deleted after pressing Shift+Delete on the keyboard; erased from the recycle bin; files lost from the DOS command prompt; among others.";
fDesc[13] = "background. It adjusts dynamically the recovery bin size for free space on disk. It removes all traces of previously deleted data. You can recover files to different location and recover subfolders too.";
fDesc[14] = "physical storage device. This disk utility recovers lost or deleted files from any kind of volume or storage device like a memory card, zip drives or USB disks. Easy Undelete works on any Windows platform.";
fDesc[15] = "features a user-friendly interface which helps the users by providing them easy means to recover the lost data from their hard-drives and also removable drives such as pen-drives and flash drives.";
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 = '...';
}
}