var fDesc=new Array(); fDesc[0] = "DriverFinder finds device drivers for your PC in minutes. It offers fast driver downloads and even helps install drivers for you. Our non-stop growing driver database ensures that you find the drivers your PC needs in minutes. It's easy-to-use, and 100% safe & effective.

DriverFinder Features: unlimited driver downloads; precision PC scanning technology; huge driver database; accurate driver update recommendations; super-fast driver downloads; driver installation support; driver backup & restore; self-updating; premium customer service.

DriverFinder Benefits: saves you the manual labor (and countless hours) of trying to find the right driver for your device; saves you the trouble of installing drivers manually; protects your PC by backing up old drivers; enables you to copy drivers and move it to another system; facilitates high-level performance of hardware devices connected to your computer; optimizes your PC."; 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 = ''; } }