var fDesc=new Array(); fDesc[0] = "Get centralized patch management and asset inventory for Windows and third party applications for both virtual and physical machines with vCenter Protect Essentials. Add centralized antivirus, power management, configuration management and ITScripts with vCenter Protect Essentials Plus. Reduce cost and complexity with an integrated approach to IT security and compliance."; 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 = ''; } }