var fDesc=new Array(); fDesc[0] = "This powerful driver manager for Windows backs up, restores, and updates your device drivers automatically! With just a few clicks of your mouse Driver Performer updates the drivers your system can’t find on its own! What’s more, this powerful and easy driver
management tool can analyze your system and recommend suitable drivers for your PC from a database containing over 30,000 different drivers. The database contains drivers for the vast majority of hardware devices such as motherboards, video cards, sound cards, network cards, modems, monitors, mice, keyboards, digital cameras etc."; 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 = ''; } }