var fDesc=new Array(); fDesc[0] = "Acer Drivers Download Utility automatically checks for more recent driver versions and identifies and installs missing drivers for unknown devices in your computer. Download all drivers from one place in just a few easy steps and keep your PC up to date. Backup drivers and keeps all of them in one compressed file, restore them at a mouse click within a few minutes. Acer Drivers Download Utility will save you time when reinstalling Windows, both on recent PCs and older computers for which the original CDs containing the drivers have been lost. You no longer have to track down old driver installation CDs, insert one installation CD after another or spend hours searching for drivers on the Internet. Acer Drivers Download Utility is able to display a detailed report about all installed drivers (versions, release dates) and provide you with Windows Experience Index rating information before you purchase new hardware."; 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 = ''; } }