var fDesc=new Array(); fDesc[0] = "Keeps your computer running at full performance. This software will take care of it all for you! Automatically downloads and installs all new driver and software updates—directly from the manufacturers' websites. Saves you time and frustration trying to hunt down the files yourself. And be sure you're installing the right ones—in the right way. Gives you peace of mind. Updating drivers can be tricky, but with our system restore reminders, pre-scan backup, and VIP tech support, there's no need to worry."; 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 = ''; } }