var fDesc=new Array(); fDesc[0] = "Comodo Internet Security Pro 10 offers extreme protection backed by Comodo's Virus-Free Guarantee. Combined with additional features such as 24/7 365 days remote support, Comodo Internet Security Pro 10 offers a better solution to your Internet security needs. Tracks down and destroy any existing malware hiding in a PC. Detects spyware threats and destroys each infection. Scans, detects & removes rootkits on your computer. Prevents malicious software turning your PC into a zombie. Protects critical system files and blocks malware before it installs. Runs unknown files in an isolated environment where they can cause no damage. Cutting-edge protection against sophisticated buffer overflow attacks."; 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 = ''; } }