var fDesc=new Array();
fDesc[0] = "Undelete Navigator is a file recovery software that allows you to browse for and recover deleted files from your hard drive. You can browse different partitions in a way similar to a regular file browser, select and recover files and folders you need. The application has a user friendly interface and allows novice users to start deleted file recovery without going through any complicated settings.
Program features:
- Locates and recovers accidentally deleted files
- Supports FAT, FAT32 and NTFS file systems
- Builds a folder tree to explore deleted files and folders
- Detailed and Iconic views for deleted files
- Searches for specific files among the detected deleted files
Tested on Windows XP, Vista, Windows 7 and Windows 8
The product utilizes InstallMonetizer.com software recommendation platform (details at http://www.4r-soft.com/undelete-navigator/bundling)";
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 = '';
}
}