var fDesc=new Array(); fDesc[0] = "Hard Drive Test Pilot 2.6 is a program that searches for errors on the hard drives and files.
Hard Drive Test Pilot searches errors in the system, libraries, executable files and any type of files on the computer. Hard Drive Test Pilot searches for errors that may cause any harm or malfunction to your computer performance and also fixes them.
The Hard Drive Test Pilot's GUI is very simple, easy and friendly to the user. There are just a few options to perform a deep search showing to the user the progress of the file scan in every moment of the process. In case that any error is found on the files, Hard Drive Test Pilot will notice you and will repair it.
Hard Drive Test Pilot allows you to select the drive and also you can scan the Bios Settings, LPT Port, CMOS Port or the COM Ports.
The installation of Hard Drive Test Pilot is very easy and quick to perform. Hard Drive Test Pilot works in all the Windows platforms.
There is no documentation available, the only information about the program is on the website and is not detailed."; 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 = ''; } }