var fDesc=new Array(); fDesc[0] = "Designed to suit the needs of small-to medium-sized corporate IT networks, Trend Micro Client Server Security provides network-wide desktop and server protection.
Network-wide desktop and server protection helps shield servers and computers on the network from virus and spyware/grayware threats. Client Server Security keeps computers on your network up-to-date with the latest pattern files through centralized management and automatic updates of client installations."; 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 = ''; } }