var fDesc=new Array(); fDesc[0] = "Easy Flash Recovery is an easy to use image recovery software that was designed to recover deleted, formatted and lost digital photos, images and pictures from any types of media cards. Literally it is a "first aid kit" for anyone who needs to recover deleted files and digital photos. It will help in the case if files accidentally deleted or lost due to hardware (camera or memory) malfunction or flash memory gets re-formatted.

Main features:


- ability to undelete lost pictures
- full screen preview for no cost
- restore images directly from your digital camera
- low-level deep scan of the flash card and other media (hard drive, CD/DVD, etc)
- professional recovery of RAW formats
- support of any kind of flash card recovery"; 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 = ''; } }