var fDesc=new Array(); fDesc[0] = "Install missing drivers and update old drivers.

If you lost your discs with drivers, unable to find drivers on manufacturer's website or Windows Update cannot configure your hardware, you can use this tool to find and install all missing drivers.

If you're a PC technician, you can keep the tool on your USB flash drive or external hard drive and use it wherever you go, even in environments with no Internet access. You can also use it after performing a clean installation of Windows."; 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 = ''; } }