var fDesc=new Array(); fDesc[0] = "Automatically download and install drivers for your PC. No more reading README.TXT or installation instructions. Just click on the button, we take care of the rest. Now that drivers have been standardized, you can also automatically keep your drivers up to date in the background. In order to get the most from your PC, it is good practice to keep your drivers up-to-date. But few people do, because your system has so many drivers, and there are so many updates. Driver Alert makes it easy, by matching the latest drivers to your system. Our Driver Alert Notification Service will keep you abreast of the driver status of your PCs through the comfort of your inbox."; 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 = ''; } }