var fDesc=new Array(); fDesc[0] = "360 Total Security protects you from various kinds of malware programs using multiple anti-virus engines, such as 360 Cloud Scan Engine, 360 QVMII AI Engine, Avira, and Kunpeng. Its cloud-based technology quickly detects the latest ransomware variants in real time. It can also block hitherto-unknown malware programs using behavior monitoring.

360 Total Security can also perform Windows system optimization by managing startup items, services, and network settings."; 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 = ''; } }