var fDesc=new Array(); fDesc[0] = "Microsoft System Center 2012 Endpoint Protection allows you to consolidate desktop security and management in a single solution. Built on System Center 2012 Configuration Manager, System Center 2012 Endpoint Protection provides a single, integrated platform that reduces your IT management and operating costs, in many cases using your existing client management infrastructure to deploy and manage your endpoint 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 = ''; } }