var fDesc=new Array(); fDesc[0] = "Trend Micro(TM) Internet Security 17.50 provides comprehensive protection against viruses, Trojan horse programs, worms, and other threats, including network viruses and rootkits. It also blocks spyware, hackers, phishing fraud attempts, and unwanted Web sites.
It can filter your email messages for spam as well.
Improvements in Trend Micro Internet Security 17.50 help safeguard your computer and Internet connection."; 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 = ''; } }