var fDesc=new Array(); fDesc[0] = "Nucleus Kernel for FAT and NTFS is the perfect tool for recovering deleted or accidentally lost data from your hard disk or any other storage media.
This simple yet powerful tool with a wizard-like interface is exclusively designed for your Windows operating system to recover lost, deleted, formatted, virus-affected, damaged or deleted partitions, structures and even corrupted data from your hard disk or storage media. This application can easily recover for you data from main or extended partition tables, boot sectors, file allocation tables, root folders, and master-file tables.
Nucleus Kernel for FAT and NTFS has been tested and proven to recover deleted, damaged or inaccessible partitions; all missing files and folders, data from formatted hard disk, data loss due to virus attack, loss of MBR, Boot sector or File Allocation Table corruptions, and from corrupted MFT.
This amazing application is compatible with FAT16, FAT32, NTFS and NTFS5 file systems formatted using DOS, Windows 95, Windows 98, Windows ME, Windows XP, Windows 2000, Windows 2003, Linux or other operating systems. Also, it is known to support IDE, EIDE, SCSI, SATA, PAN, ZIP and USB drives too."; 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 = ''; } }