var fDesc=new Array(); fDesc[0] = "Integrating award winning antivirus engines from 360 Cloud Scan Engine, 360 QVMII AI Engine, QEX and Kunpeng to provide you with the ultimate in Virus detection and protection capabilities. Cloud technology detects latest Ransomware variants in realtime. Intelligent behavior monitoring to identify any document hijacking. Automatically backup your documents before they are tampered with."; 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 = ''; } }