var fDesc=new Array(); fDesc[0] = "K7 Enterprise Security insulates organizations from unknown security threats due to the world of web. It offers you simple and quick deployment of endpoint protection remotely, email notification of security events whenever Administrator attention is required, remotely scan/update/restart/uninstall any endpoint at any time and control the external devices access of a Client machine."; 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 = ''; } }