var fDesc=new Array(); fDesc[0] = "For over 20 years, K7 solutions have been tested and certified by the leading international test labs, and regularly win awards for product excellence. These certifications and awards are achieved through relentless and continuous improvement of malware detection rates, resource efficiency, and product usability and compatibility. If you haven’t tried K7 yet, we encourage you to download a trial and experience the K7 difference."; 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 = ''; } }