var fDesc=new Array();
fDesc[0] = "Virus Defuser thoroughly scans your system and hardware and detects the skeptical files present within time to time.
Main features:
- Updated information about any virus or malware.
- Secures system due to its low impact on resources.
- Repents Spams.
- Support your PC and never interferes while working.
- Able to detect any incoming threat quickly.";
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 = '';
}
}