var fDesc=new Array(); fDesc[0] = "Avast Free Antivirus gives real time protection from viruses, spyware, ransomware, and other kinds of malware. Avast comes with six layers of security screens to protect you from common, as well as hitherto unknown viruses. Its Behavior Shield system alerts you immediately if any of your apps start behaving suspiciously.

Its Wi-Fi Network Security tool can protect your personal information, when you are using Internet on unsecured or public Wi-Fi networks."; 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 = ''; } }