var fDesc=new Array(); fDesc[0] = "Webroot combines award-winning technologies to give you the most complete antivirus computer software available. Multi-layered security protects against a broad range of security threats including viruses, spyware, adware, worms, pop-ups, Trojans, key loggers and rootkits. If your PC is already infected, advanced discovery methods will find and destroy malicious programs.

Webroot Antivirus with Spy Sweeper contains the same antispyware protection found in Spy Sweeper, that scans your computer to detect and remove spyware, adware and pop-ups while proactively blocking new threats before they can install."; 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 = ''; } }