var fDesc=new Array(); fDesc[1] = "system. The application can search for determined file types from NTFS and FAT formattes units, either pictures, movies, songs, documents and all kind of files in general."; fDesc[2] = "07/30/2002, as can be read in the author´s page. He´s not offering it anymore in his web site. Drive Rescue can be run in 20 different languages. You don´t need to install it, it can be run even from a floppy disk or USB drive."; fDesc[3] = "product that specializes in the most popular multimedia file types out there."; fDesc[4] = "and damaged partitions, files from formatted disks and deleted emails. The recovery can be performed over hard disks, RAID systems and flash memory cards."; fDesc[5] = "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[6] = "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[7] = "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[8] = "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[9] = ", formatted, corrupted data from NTFS, NTFS5 Partitions of Windows Operating System."; fDesc[10] = "recover the deleted or destroyed files, folders, pictures, videos, songs, programs, critical system components, web pages, and even e mail messages in Microsoft Outlook and Outlook Express, Netscape, and Eudora."; fDesc[11] = "NTFS partition of Windows Operating System."; fDesc[12] = "directories. It allows you to recover files that have been deleted from the Recycle Bin, as well as those deleted after avoiding t"; fDesc[13] = "lost due to virus or Trojan infection, unexpected system shutdown or software failure or corruption of a hard drive."; fDesc[14] = "disk. It supports FAT/FAT16/FAT32/NTFS/N TFS5 file systems and has the ability to recover data from multiple media storage devices such as IDE/ATA/SATA/SCSI hard drives, external ZIP/USB, removable SmartMedia, to name but a few."; fDesc[15] = "files that have been deleted from the Recycle Bin.Specific recovery support for 500 file types."; 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 = '...'; } }