var fDesc=new Array(); fDesc[0] = "Stop viruses and other malware before they do damage, with AVG’s free computer virus protection software. AVG’s interfaces and tools are also clear and easy-to-use, so you’ll never waste any time navigating confusing menus. Stop malicious, unauthorized traffic, like malware and hacking attempts from accessing your PC’s network system. Get an immediate alert if your email has been compromised in a hack, and expert advice on what to do to remedy the situation and protect yourself."; 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 = ''; } }