var fDesc=new Array(); fDesc[0] = "Stay ahead of cyber threats with the award-winning technology Quick Heal Antivirus Pro. Detects all kinds of malware, viruses, worms, trojans, and spyware that try to infect your pc and removes them instantly. Get complete protection against critical ransomware attacks with behavior detection technology. Stops autorun malwares of the usb drive to curb spread of malware to your system. Smart data backup with easy recovery and restore features for real-time multi-layer ransomware protection. Remotely manage security for you and for family or friends, through a single dashboard view synchronizing across all devices. Safeguards from phishing attempts by doing regular scans and updates shielding you from fraudulent attacks."; 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 = ''; } }