var fDesc=new Array(); fDesc[0] = "Easy File Undelete is the ideal rescue package for those who have accidentally deleted files, emptied the Recycle Bin, or even reformatted a disk or flash drive containing important data. The software is designed specifically to help recover lost or deleted files. Operation is simple—just select the folders or disks where the deleted files were located and Easy File Undelete software operates to recover deleted files. Deleted files can also be recovered from SmartMedia, Secure Digital, Compact Flash, MemoryStick, ZIP, USB hard drives or other media.

Easy File Undelete supports NTFS, FAT16 and FAT32 file systems and uses Raw Search technology to determine file types according to known data structures. This technology enables discovery of deleted files even if their location and size is not stored in the file system structures. There are 92 file types automatically detected by Raw Search."; 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 = ''; } }