var fDesc=new Array(); fDesc[0] = "FinalRecovery is a powerful, easy-to-use file undelete and data recovery software. It was developed to recover files and folders from hard disk drives, floppy disks, PCMCIA-attached digital camera cartridges, smartmedia, compactflashs & memory sticks, etc.
FinalRecovery works under WinNT, Win2000, WinXP, Win2003, Win2008, Vista, Win7. It supports FAT12, FAT16, FAT32, NTFS, NTFS5 or Raw file system. With its "raw recovery" feature, FinalRecovery can recover file from any type of file system.
FinalRecovery recovers files whether they have been deleted from the command line, from within an application, Windows Explorer, or removed from the Recycle Bin.
FinalRecovery can also help you to recover files from formatted drives, lost, deleted or damaged disk partitions.
FinalRecovery can report health status of hard disk drives. Now you have chance to rescue data before a sudden hard drive failure."; 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 = ''; } }