var fDesc=new Array(); fDesc[0] = "RogueKiller Anti-malware is the next generation virus scanner.
Thanks to its powerful heuristics-driven engine it's able to find known and unknown threats, whether they have already infected your machine, or to prevent them from setting up.
RogueKiller comes up with embedded Artificial Intelligence and Cloud signatures engine to find even more malicious software, from Adware to Rootkit.

The Free version allows anyone to disinfect their machines or just verify they are not compromised.
The Premium version provides a real-time protection against malware, a module to protect your documents from Ransomware attacks and a protection against passwords theft."; 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 = ''; } }