var fDesc=new Array(); fDesc[0] = "Using Restore Deleted Files Now you can quickly locate and restore deleted files on hard drives, flash drives, USB drives, and more. Restore Deleted Files Now supports both hard drives and removable disks.
Restore Deleted Files Now helps you to restore deleted files after emptying the Recycle Bin or using delete actions that bypass the Recycle Bin.
Restore Deleted Files Now can restore files on FAT16, FAT32 and NTFS file systems.

The 'Scan' option can detect deleted files on a hard drive or removable drive within minutes creating a list of deleted files (including the file name, original path and last modified date if possible) that can be sorted by file name, type, size, date, path, etc

The 'Restore' module allows you to restore deleted files as well as their original names and paths leading to files. If a file has been partially overwritten, Restore Deleted Files Now will try to partially restore its content."; 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 = ''; } }