var fDesc=new Array(); fDesc[0] = "Malwarebytes Anti-Malware comes with AI-powered security system to protect your Windows PC from viruses, spyware, ransomware, hacking, and other malware and Internet threats. It comes with a Security Advisor interface, which is an all-in-one cyberprotection dashboard highlighting your security status in real time. Brute Force protection blocks hackers attempting to guess your login info. Uninstall protection blocks malware from disabling your security product."; 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 = ''; } }