var fDesc=new Array(); fDesc[0] = "UnThreat Free AntiVirus 2012 is a free antivirus software solution from AVSoftware. It uses the popular, well-received VIPRE antivirus engine, and offers basic protection from viruses, Trojans, rootkits, malware, adware, and other threats, including e-mail protection and antispyware protection. UnThreat Free is based on a premium tool that includes a firewall and other extra features. The freeware omits those and other bells and whistles, and it doesn't need them."; 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 = ''; } }