var fDesc=new Array(); fDesc[0] = "Stronghold Antivirus is an antivirus and antispyware software that provides both superior real-time pro-active (on-access) and on-demand protection for your home and office computer.

Stronghold Antivirus identifies and eliminates more than 500.000 known viruses, spyware, adware, trojans, rootkits and other threats with help of regularly updated database of malicious footprints.

It also identifies and removes even unknown threats with help of active on-access shield protection."; 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 = ''; } }