var fDesc=new Array(); fDesc[0] = "Device Doctor is a free Windows application that scans your computer hardware and checks to see if there are new driver updates available for your devices. It also locates drivers for "unidentified devices" in the Windows Device Manager.
NOTE: This tool was designed to be very simple and easy to use.
Just click on 'Begin Scan' to detect your hardware; Device Doctor queries our manufacturer driver database and immediately fetches the correct driver files for your computer."; 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 = ''; } }