var fDesc=new Array();
fDesc[0] = "Features:
We offer the ultimate in malware protection
Advanced Malware Detection and Removal
We use a combination of signatures, behavioral analysis and heuristics to defend your data and remove infections.
One-Click Fix
With one easy click you can update, scan and repair your computer.
Real-time Malware Protection
TCActive! protects your system in real-time using the same great technology used by The Cleaner.
Scheduled Scanning and Updating
Make protecting your computer worry-free by setting scans and updates to happen automatically.
Technical Support
We offer 24/7 technical support to all customers with a current subscription.";
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 = '';
}
}