var fDesc=new Array();
fDesc[0] = "Avira Antivirus Premium 2012 brings crucial anti-phishing and privacy protection to your busy online world. We know your time is too valuable to be spent on configuring your antivirus. In a matter of clicks, you'll remove incompatible antivirus programs and install perfectly configured security that won't slow your machine down.
System Scanner detects the latest known viruses, worms and Trojans fast. AntiPhishing watches out for identity theft and other scams. AntiAd/Spyware shuts out online spies and annoying pop-ups. Rootkit Protection traps hidden malware that conventional antivirus can’t find. Real-Time Protection guards against viruses, worms and Trojans between system scans.
ProActive halts undiscovered threats by tracking their behavior. AHeAD Technology inspects unfamiliar code for suspicious signs. Web Protection stops you from landing on malicious websites. AntiDrive-by blocks unexpected malware downloads while you surf. Mail Protection keeps infected emails at a safe distance from your inbox.";
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 = '';
}
}