var fDesc=new Array();
fDesc[0] = "SpyWall's patent pending method enables the removal of spyware and rootkits that other products are unable to.
Security Features:
- Scan and remove spyware, rootkits and keyloggers
- Block 0-day attacks
- Prevent download and installation of spyware
- Monitor Web usage
- Block undesirable websites
- Silently block malicious ActiveX
- Block unwanted changes to browser settings, file system, and registry
- Protect against phishing attacks
- Prevent downloads of files from the Web (.mpeg, .mp3, etc.)
Small footprint and low system resouce usage";
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 = '';
}
}