var fDesc=new Array(); fDesc[0] = "Advances in spyware programming require a solution that is designed specifically to meet the growing threat. SpyCatcher is the only antispyware that uses multiple layers of technology including advanced behavioral detection to stay ahead of spyware attacks. SpyCatcher enables users of all technical abilities to remove even the most aggressive spyware automatically.

SpyCatcher allows novice PC users to remove aggressive spyware, stops next-generation, mutating spyware, blocks reinstallation of aggressive spyware, removes spyware safely and automatically"; 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 = ''; } }