var fDesc=new Array(); fDesc[0] = "PCMate Free File Recovery is a professional data recovery program that does an amazing job on data recovery. This free file recovery software recovers files like documents, photos, music, video and so on, emptied from the Recycle Bin, lost due to hard drive crash, formatted or damaged hard drive, virus infection and other unknown reasons. It supports file recovery from various file systems including FAT, FAT16, FAT32, NTFS on various storage media.

With simple user interface, you can clearly view the detailed scanning results in the main window and know exactly which deleted file can be recovered successfully. This free data recovery tool ensures safe and precise file recovery against numerous threats.

As a reliable file recovery tool, PCMate Free File Recovery helps get back your lost files after virus infection or other unknown reason. It restores your unsaved Word documents to get your important information back, recovers your deleted iPod music for smooth music enjoyment... Also, it allows quickly finding the deleted files with file filter by file name, date and size to save your precious time."; 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 = ''; } }