var fDesc=new Array(); fDesc[0] = "FileRecoverPlus is a quick and effective way to retrieve accidentally deleted files, files removed from the Recycle Bin, in a DOS window, from a network drive, or from Windows Explorer with the SHIFT key held down. FileRecoverPlus works under Windows XP, Vista, Windows 7, Windows 8, Server 2003, and Server 2008 Operating Systems. Both 32-bit and 64-bit versions are supported.

FileRecoverPlus supports all Windows file systems for hard and floppy drives including FAT12/16/32, NTFS/NTFS5, and image recovery from CompactFlash, SmartMedia, MultiMedia, and Secure Digital cards. Scan your system for FREE!"; 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 = ''; } }