var fDesc=new Array(); fDesc[0] = "Free and easy-to-use yet powerful file undelete solution for FAT
and NTFS file systems.
Support Wide Formats
Glary Undelete supports multiple file system ie NTFS + EFS, FAT , NTFS . Moreover, it is able to recover files that the user has compressed or fragmented or even encrypted on NTFS file system.
Works on Removable Media
We can say that this tool is very powerful since, apart from the internal hard drive, it can also perform data recovery on removable disks. This may relate to a USB key, flash drive, memory card, external hard disk and other removable media.
Results Can Be Filtered
It performs an automatic sorting according to the name, size and creation date of each file. Thus, once the user has pressed the search button, found items are displayed on the interface by specifying the related information."; 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 = ''; } }