var fDesc=new Array(); fDesc[0] = "DL Driver Updater is a powerful and safe tool which scans your PC for outdated drivers and automatically downloads and installs genuine updated drivers in a click. With time, the existing drivers get outdated; resulting in poor system performance and limited hardware functionality. DL Driver Updater helps you update latest drivers and keeps them up to date, with minimum effort, ensuring smooth and proper functioning of your PC."; 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 = ''; } }