var fDesc=new Array(); fDesc[0] = "Driver Detective is an application used to update drivers in your computer. The program has a built-in wizard that allows you to copy (backup) your downloaded drivers to a CD, network drive or USB flash drive. In addition, you may access your files from any computer connected to the Internet simply by logging into your account."; 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 = ''; } }