var fDesc=new Array(); fDesc[0] = "QUAD Driver Fix enables you to automatically update your drivers database so you don’t have to look for drivers ever again. With the push of a single button, QUAD Driver Fix will proceed to quickly scan your PC. During the scan, QUAD Driver Fix will look for any outdated, corrupted or damaged driver that might create conflicts between your devices and software. Once the scan is done, QUAD Driver Fix will compare the results against its 30,000 driver database. Should there be newer, better drivers available for your PC, QUAD Driver Fix will notify you and give you the option to update."; 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 = ''; } }