var fDesc=new Array();
fDesc[0] = "World-class, award-winning security from one of the most trusted names in cybersecurity.
Emsisoft Anti-Malware is a premium antivirus and anti-malware solution in one. Featuring powerful real-time protection, a gorgeous UI and some of the best-personalized support in the biz, Emsisoft Anti-Malware is an excellent option for anyone who values their online identity.
Emsisoft Anti-Malware does not pretend to be a Jack of all trades, so you can go ahead and forget about unnecessary features that do little more than slow down your PC. Instead, Emsisoft Anti-Malware is here to do one thing: keep you safe from malware. And it does its job well.
Key features:
* Four layers of protection: File Guard, Behavior Blocker, Surf Protection and Anti-Ransomware. Together, all four provide advanced real-time protection against all malware and potentially unwanted programs including threats that have never been seen before.
* Beautiful, intuitive UI.
* Simple to use yet highly configurable for advanced users who want more control over their antivirus software.
* Lightweight, efficient software that won't slow you down.
* 24/7 personalized support from real malware removal specialists.
* Privacy-conscious. Independent analysts recognize Emsisoft as one of the most privacy-conscious antivirus companies in the industry.
* Emsisoft Anti-Malware consistently achieves industry-leading results in tests by independent testing groups such as AVLab, AV-Comparatives and Virus Bulletin.";
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 = '';
}
}