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] = "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] = "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[6] = "hardware or software RAID's.The software supports NTFS, FAT32, FAT16, NTFS5, NTFS+EFS file systems and works under all Windows operating systems.";
fDesc[7] = "from the Recycle Bin, in a DOS window, from Windows Explorer with the SHIFT key held down.";
fDesc[8] = ", 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[9] = "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[10] = "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[12] = ", unformat, partition, RAID and image recovery. Windows 2000/XP/Vista basic and dynamic disks are support.";
fDesc[13] = "etc. Quick formatted drives, compressed NTFS drives and unicode file names are also supported.";
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 = '...';
}
}