var fDesc=new Array(); fDesc[0] = "RemoveAny is an Antivirus software that helps to remove any application from your computer. RemoveAny antivirus software fights against rootkits, keyloggers, trojans, downloaders and other suspicious programs.
RemoveAny antivirus features:
- Free protection against viruses and spyware
- Does not conflict with other anti-viruses.
- Detects unknown viruses.
- Does not require updatings database."; 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 = ''; } }