var fDesc=new Array(); fDesc[0] = "DriverHound keeps your computer up to date by automatically detecting and installing missing or outdated drivers. Download the evaluation version to determine which drivers on your computer are missing critical updates.
DriverHound is the only driver updater program that automates driver updates. Using DriverHound you can establish preferences to your liking and the program will download, install, and update your drivers automatically."; 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 = ''; } }