var fDesc=new Array(); fDesc[0] = "SparkTrust Driver Updater provides a fast and easy way to update your drivers. The program automatically looks for the drivers that need to be updated and finds the ones that are most suitable for your system. Also, it keeps tabs on the temperature of your Central Processing Unit (CPU), video card, and other components so that you can stop using them before they overheat."; 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 = ''; } }