var fDesc=new Array(); fDesc[0] = "Get more than just free antivirus software, thanks to these extra privacy and security features. Connect more safely to Wi-Fi networks and help keep cyber criminals and malicious intruders out of your network and far away your sensitive, personal files. Stay safer when browsing, emailing, or working online. Help block malicious websites and unsafe downloads, and help stop your device from being hijacked and made part of a botnet. Helps stop hackers from accessing, changing, or locking your personal files then holding you to ransom. Get an alert if a password linked to your email account has been compromised."; 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 = ''; } }