var fDesc=new Array();
fDesc[0] = "Using the same unique data recovery technology as the heavyweight R-Studio, R-Undelete recovers files on any local disk it recognizes including HDD, SSD, USB/NVME storage devices, memory cards, virtual disks and undamaged RAIDs and Windows Storage Spaces.
The new, redesigned R-Undelete wizard-style interface oriented more for beginners in data recovery meets the highest standards in the software development industry and makes the product an easy-to-use yet powerful and fast file undelete solution even for corrupt FAT, exFS, NTFS and ReFS file systems.
Automatic pre-sorting of found files to the file type tabs and sorting files by their names, paths, sizes, or dates beside the file mask matching provides R-Undelete users with the most versatile and comprehensive file search possible.";
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 = '';
}
}