var fDesc=new Array(); fDesc[0] = "Kaspersky Administration Kit is the essential tool for managing anti-malware protection across your company. Giving you the ability to monitor and control every aspect of your security infrastructure, it’s an ideal solution for organizations of any size. Kaspersky Administration Kit increases protection level, and reduces the total cost of ownership for Kaspersky Lab products. This is the High Value approach from Kaspersky Lab."; 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 = ''; } }