var fDesc=new Array(); fDesc[0] = "K7 Business Lite brings affordable world-class security solutions to small and home office environments. Emails, social networking, and transactions are safe with layered protection. Now with Flexi-License scheme to customize 60 months license period.

K7 Business Lite is aimed at increasing small organizations with limited resources. Such organizations face challenges from malicious online threats, especially with the use of social network to promote their products and to expand their business. Business Lite offers endpoint protection including secure email and social media, with additional tools to assist small businesses. Enterprises can avail flexi license system to customize and distribute 60 months of license among their end points."; 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 = ''; } }