var fDesc=new Array(); fDesc[0] = "Disk Doctors Data Recovery Suite is user-friendly software designed for professionals to recover data from corrupt, deleted, inaccessible partitions formatted by major operating systems like Windows, Mac, Linux and Unix etc.

Disk Doctors Data Recovery Suite is built for most main stream file systems used in Windows, Mac, Linux and Unix Operating Systems. Disk Doctors Data Recovery Suite recovers files from drives damaged by any virus attack, power failure or system crash or due to any human error. It can recover after the volume has been reformatted, even with a different file system. It can also handle the disks with bad sectors."; 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 = ''; } }