var fDesc=new Array(); fDesc[0] = "Disk Recoup is a disk copy utility for faulty hard drives that are not completely dead. It can clone hard drives with bad media spots (sectors) and other non-critical hardware faults that may cause other data recovery utilities to hang. Disk Recoup uses both hardware-level disk commands and intelligent algorithms to copy the raw data from the source drive to another hard drive. Disk Recoup accesses the source drive strictly in read-only mode and presents no risk to the source drive except for normal wear and tear.

For Disk Recoup to work, the drive must still be detected by the computer BIOS at boot time and respond to basic disk commands.

In the best-case scenarios, the destination drive will be accessible normally in Windows Explorer after the copy operation is complete and the computer is rebooted.

While copying a faulty hard drive, Disk Recoup and even Windows may hang on reading a bad spot on disk. That usually requires a reboot. When it is restarted, Disk Recoup will intelligently avoid the bad spot and continue to copy other parts of the hard drive. A badly damaged drive may require a few reboots. Eventually Disk Recoup will copy all readable data."; 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 = ''; } }