var fDesc=new Array();
fDesc[1] = ", memory card, or digital camera to find lost files. Recover your accidentally deleted files, your formatted hard disk drive ...";
fDesc[2] = "quickly, easily and securely. This incredible program applies a new encryption algorithm assuring intruders cannot access your encrypted data by any way as long as the password is kept safely.";
fDesc[3] = "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[4] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[5] = "cameras, USB drives,ZIP disks, etc. that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[7] = "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[8] = ", documents, and temporary files, which have been lost after a computer crash, virus attack, drive reformatting, and so on. File Rescue Plus can also recover accidentally deleted files.";
fDesc[9] = "damaged, scratched or defective CD and DVD discs. This incredible software supports data recovery from all CD and DVD disc types (CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-R, and DVD-RW), and from quick formatted RW discs.";
fDesc[10] = "SmartMedia, CompactFlash, Memory Sticks, and other types of removable media that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[11] = "With this incredible program you will be able to recover music, video and photos from your iPod even if it displays \"Drive Not Formatted\" message or if it is not recognized by your computer.";
fDesc[12] = "of digital camera storage media. The software includes utilities that rescue, repair, restore and recover lost pictures, digital images or videos from a camera. All kinds of file types are supported, such as jpg, tif, gif, 3gp, avi, mov or mpeg.";
fDesc[13] = "devices such as Memory Sticks, SD, MMC, CF, Mobile Phones and USB Flash Drives. FlashMemoryMagic can recover files even on formatted media. It´s also able to build a byte to byte image of a flash drive, as a backup to recover its content, if something goes wrong.";
fDesc[14] = "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[15] = "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[16] = "your lost, missing, inaccessible or deleted data. This incredible software will enable you to recover all your data/files lost due to accidental format, virus problems, software malfunction, file/directory deletion, unexpected shutdown, or even sabotage.";
fDesc[17] = "file repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files.";
fDesc[18] = "files in just a few minutes. Thanks to its new technology IntelligentRebuild, the program has the ability to easily reconstruct damaged *.xls files and restore deleted Excel sheets in a snap.";
fDesc[19] = "to use recovery utility and work on all windows platform launched after windows 98. It can be used to recover or undelete the files from NTFS, FAT 12, FAT 16, FAT 32 file systems formatted drives. It not only work on hard disks but it also have full capability...";
fDesc[20] = "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.";
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 = '...';
}
}