var fDesc=new Array(); fDesc[0] = "Sophos Home protects every Mac and PC in your home from malware, viruses, ransomware, and inappropriate and malicious websites. It uses the same award-winning technology that IT professionals trust to protect their businesses. Best of all, you can manage security settings for the whole family—whether they’re down the hall or across the world.

Sophos Home will remove malware, viruses, ransomware, and malicious apps and programs. It goes far beyond simply preventing known malware. Sophos Home analyzes suspicious behaviors and activities from files and programs, using real-time threat intelligence from SophosLabs. This delivers proactive protection from new and developing malware."; 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 = ''; } }