var fDesc=new Array(); fDesc[1] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[2] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams."; fDesc[3] = "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[4] = "Display the true drive contents by bypassing the operating system and directly reading the raw drive sectors."; fDesc[5] = "product that specializes in the most popular multimedia file types out there."; fDesc[6] = "lost media files from various digital devices whether it is video, audio or images. Presently it is fully capable to recover your media files from Audio recorders, digital cameras, MP3 players, WMA players, PDA, Mobile phones, hard disk, compact flash card of type I and II etc."; fDesc[7] = "drives and devices, lost due to accidental deletion, system crashes, drive formatting and other reasons. The program features a very simple and intuitive wizard-like user interface, very suitable for beginners."; fDesc[8] = "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[9] = "how it feels, and you know that it feels really bad. Everybody has been there sometime and that’s why applications like this exist. Recover Lost Data provides you with the ability to get back those accidentally deleted files searching them from a search criterion you define."; fDesc[10] = "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[11] = "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[12] = "wizard driven interface is very easy to use, so you can quickly recover your lost data without going through a tutorial of Recover Lost Data to use it. Recovery of deleted photos, videos, music, email, and other files is not a problem with Recover Lost Data utility."; fDesc[13] = ", formatted, corrupted data from NTFS, NTFS5 Partitions of Windows Operating System."; fDesc[14] = "recover lost data. This piece of software is designed in such a way that you don´t need to have any special knowledge to carry on the recovery task."; fDesc[15] = "NTFS partition of Windows Operating System."; 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 = '...'; } }