var fDesc=new Array(); fDesc[0] = "PC Driver Updater 2011 will automatically scan your system for outdated drivers, and will install the newest version of each system driver so that your system is continuously running smoothly, all in just a few easy clicks!

Main features:
-Ensures that your installed hardware will work well on your PC
-Checks for updated drivers using a global driver database on the web / cloud
-Displays the status and outdated drivers on your screen
-Allows you to select which drivers you want to update
-Installs new, authentic device drivers from the original manufacturers
-Allows you to set a schedule to securely scan your PC regularly
-Creates full backup of existing drivers before any updates
-Supports 32-bit and 64-bit Windows (XP, Vista and Windows 7)"; 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 = ''; } }