var fDesc=new Array(); fDesc[0] = "This flash drive recovery program recovers deleted images, photos, videos and music files in various formats, as well as documents, email messages and other types of data.

The flash photo recovery program is capable of recovering data from the following media:

- Flash Cards
- Flash drives
- USB drives
- USB storage devices (with the FAT and FAT32 file systems)
- Secure Digital Cards (SD cards)
- PC Cards
- Smart Media Cards
- IBM MicroDrives
- xD Picture Cards
- CompactFlash (type I/II) (CF cards)
- Sony Memory Sticks
- Multimedia Cards (MMC cards)
- 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 = ''; } }