var fDesc=new Array(); fDesc[0] = "Nucleus Kernel Linux is a software utility developed for data recovery from hard disk and other storage media.
Nucleus Kernel Linux recovers Linux operating system data, lost due to following reasons:

- Group Descriptior Block corruption
- Damaged Super Block or Inode Table
- Partition structures are damaged or deleted
- Improper System Shutdown
- File Deletion


Kernel Recovery for Linux fully supports Linux data recovery from Ext2, Ext3 file system based Linux operating systems, such as Red Hat, Mandrake, Turbo, SuSe, Debian, Ubuntu, SCO. It successfully recovers data from corrupted Linux partitions and restores deleted files from the hard drive. It is one of the rare tools that can recover the data from the deleted Linux partitions. Kernel Linux also supports the new Ext3 File System."; 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 = ''; } }