var fDesc=new Array(); fDesc[0] = "Recovery Toolbox for Flash was designed to recover files from removable media that use the FAT file systems (FAT12/FAT16/FAT32). Using the program does not require any special skills or knowledge. Deleted files, images, photos and other information (photo recovery, foto recovery, image recovery, picture recovery) is recovered and saved in just four steps. The application uses several different data recovery methods and algorithms. When you use them together with the full scan of the device or the drive, the program ensures the recovery of the maximum possible number of files. The program can recover data from:
Secure Digital Cards (SD cards)
xD Picture Cards
CompactFlash (type I/II) (CF cards)
Sony Memory Sticks
Multimedia Cards (MMC cards)
PC Cards
Smart Media Cards
IBM MicroDrives
Flash Cards
Flash drives
USB drives
USB storage devices (with the FAT and FAT32 file systems)
Digital cameras
Floppy disks
And others"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }