var fDesc=new Array(); fDesc[0] = "Kernel Recovery for ReiserFS recovers, undelete's files and folders from deleted, damaged, or corrupted linux partitions where ReiserFS File System based operating systems, such as Debian, Ubuntu, Red Hat Linux, Mandrake Linux, Turbo Linux, SuSe Linux, are installed on the hard disk or data storage media.

During recovery process, complete scan of the damaged drive or data storage media is performed to locate and revive the lost partitions, files and folders. After complete scanning, found data from the damaged disk is displayed in a tree like structure from where you can easily copy your recovered files to a working disk or volume.

Kernel Recovery for ReiserFS - Linux Data Recovery Software uses quick algorithm for searching and restoring lost partitions, files and folders and hence is a fast, simple and easy to use data recovery software, which helps you to recover your lost data and files in minutes in case of disk crash or data loss disasters."; 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 = ''; } }