var fDesc=new Array(); fDesc[0] = "Ansav is a free antivirus utility designed to identify, thwart and eliminate computer viruses and other malicious software (malware). ANSAV, abbreviation from Ans AntiVirus, ANSAV is an application that run on Windows XP, was made especially to handle various mallware like virus, Trojan and Spyware. ANSAV only designed as portable software and could be undertaken without needing the installation, because ANSAV not resident and only treated."; 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 = ''; } }