var fDesc=new Array(); fDesc[0] = "Security Shield 2009 7.0 is a software anti-virus, spyware, and adware detection program that provides users with triple protection and monitors their computers to prevent infection of the malicious behavior type. The Security Shield 7.0 program offers automated hourly anti-virus updates and real time email, file and web scanning in its anti-virus feature. It can detect unauthorized activity, internet threats and confidential data leakage. The program automatically removes hidden spyware, as well as blocking unwanted pop-ups and banners. An anti-hacking protection function provides a fully integrated personal firewall, which protects passwords and confidential data. Powered by Kaspersky’s #1 ranked detection system, Security Shield 7.0 is recognized for its fast response of less than two hours once a threat is discovered. Also included in Security Shield 7.0 are parental controls with tracking to limit online time and access forbidden sites. The program’s anti-spam function features robust phishing protection for added protection against identity theft and header pre-viewing of email before downloading messages. Security Shield 7.0 requires low system and bandwidth resources with automatic balancing of scan speeds if user activity is increased. By monitoring users computers, the program can immediately alert them if any malicious behavior is detected and can roll back any malicious changes made, even restoring files encrypted by ransomware."; 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 = ''; } }