var fDesc=new Array(); fDesc[0] = "Nucleus Kernel Undelete is a comprehensive data recovery tool designed with an intention to retrieve lost data from your computer. Using the powerful Quick File System Component Identification Technology, the tool assures quick and easy recovery of all the lost data. With this program, you can retrieve accidentally deleted files and folders from your hard disk. The tool enables you to get back missing and those files and folders deleted by pressing Shift + Delete keys, and by unexpected shutdowns. It even has the ability to recover files and folders from emptied recycle bin.

It can recover FAT16, FAT32, NTFS, NTFS5, HPFS file systems. Its simple interface makes recovery process very easy. You have to choose the desired directory and press the next button; it will immediately start processing and displays available files and folders of that directory. From the displayed list, you can select files or folders for recovery. Furthermore, it can scan the hard drive, saves the scan information for latter use, allows you to search for any particular deleted file in the recovered data, rename and overwrite duplicate files. Kernel Undelete, with powerful recovery capability will be a nice companion for any user."; 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 = ''; } }