var fDesc=new Array(); fDesc[0] = "Get the industry’s strongest protection for all types of endpoints* — physical or virtual, on or off the corporate network. Harness the power of in-the-cloud protection from the Trend Micro Smart Protection Network. Maintain constant availability and performance with ground-breaking new virtualization awareness and resource-saving technology. And defend against zero day threats with optional virtual patching."; 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 = ''; } }