var fDesc=new Array(); fDesc[0] = "File Recovery for Windows is a data recovery application developed by the Seagate. As you know, Seagate is the largest producer of the hard disks for personal computers. But this software works on all the hard disks, even if it is not from Seagate. This software provides the best recovery service with all required features. Thanks to its easy-to-navigate display, it is very simple to use;so you don’t require any technical skills to recover your data.
By using this program you can easily recover any file of any format,regardless it is a movie file, a database file, or you can also recover any document file.
This application supports only windows FAT 12, FAT 16, FAT 32 and NTFS file systems. But it is able to recover your accidentally deleted files even if they do not exist in recycle bin. It can also recover your important files even if you have accidentally formatted your hard disk or partition table of your hard disk is corrupted by virus or a hacker's attack. Data is also recoverable by File Recovery for Windows if your system is crashed due to some software crash or improper Windows shutdown."; 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 = ''; } }