var fDesc=new Array(); fDesc[0] = "McAfee Security Scan Plus actively checks your computer for anti-virus software, firewall protection, and web security, and threats in your open applications. When the scan is complete, you’ll see a report detailing the presence and status of your security protection. If problems are detected, McAfee will provide a recommendation on the best security solution."; 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 = ''; } }