var fDesc=new Array(); fDesc[0] = "Faronics Anti-Virus is a combination of antivirus, anti-spyware, anti-rootkit, firewall, and web filter. It not only provides good virus, spyware, and rootkit detection, but also includes a firewall and web filter for comprehensive, rock-solid protection. Manage endpoints across multiple locations from a central management console and protect your assets using the best-in-class antivirus solution. Offers efficient use of memory, disk and CPU usage with complete protection."; 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 = ''; } }