var fDesc=new Array(); fDesc[0] = "Smart Driver Updater allows you to find and replace outdated drivers instantly. If you’re upgrading your operating system or just need to reinstall Windows, Smart Driver Updater can back up all the drivers on your PC or laptop, compressing them to a .zip file that is easy to export and reinstall. The backup and reinstall features can save you hours of searching for and installing individual device drivers."; 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 = ''; } }