var fDesc=new Array();
fDesc[0] = "Element Anti-Virus 2011 is the solution that far exceeds normal anti-virus protection. It renders your PC highly immune to cyber threats of any kind.
-Four-in-one protection and PC maintenance
Element Anti-Virus protects your PC from cyber-threats, and helps improve your PC's performance, and can help prevent identity theft, all in one, low cost package.
-Protects your photos, documents, music and videos from data loss
Element Anti-Virus' automatic backup and restore prevents you from losing your digital memories, favourite music and important documents.
-Protects against zero day threats and exploits
Element Anti-Virus protects your PC by patching potential exploits, immunizes against bad websites and malware, and provides unmatched protection against zero day threats thanks to built in heuristics and powerful algorithms.";
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 = '';
}
}