var fDesc=new Array(); fDesc[0] = "Data Doctor Recovery FAT+NTFS is a powerful data recovery software that allows you to recover data lost due to overwritten deleted, formatted, damaged or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems. Moreover, the utility features a simple and intuitive user interface which does not need any technical knowledge to be used and makes the recovery process a breeze. What is more, it also recovers files and folders from previously existing partitions and even from bad sectors affected storage media. The program offers support for FAT, VFAT, FAT12, FAT16, FAT32, NTFS and NTFS5 file systems and also features multi storage support (up to 128 storage media at a time) for hard disks and/or other storage disk devices including IDE, SATA, EIDE and SCSI disk devices. All in all, if you are looking for an application that enables you to recover all your files and folders in minutes this program 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 = ''; } }