var fDesc=new Array(); fDesc[0] = "Filerecoveryangel is a powerful yet easy-to-use data recovery software that allows you to restore files from floppy disks, digital cameras, USB drives,ZIP disks, etc. that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more. This incredible software has the ability to recover files from disks with all windows file system including FAT12, FAT16,FAT32 and NTFS. What is more, it features a simple and intuitive user interface which does not require any technical knowledge to be operated and makes the recovery process a breeze. In addition to this, this program is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems. It also recovers files and folders from previously existing partitions and even from bad sectors affected storage media. Moreover, It can run on all windows system, including WIN95,98,ME, NT,2000, XP and 2003. All in all, if you are looking for an application that enables you to recover all your files and folders in minutes,Filerecoveryangel is perfect for you"; 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 = ''; } }