var fDesc=new Array(); fDesc[0] = "BugHunter is a DOS based malware scanner which has a frequently updated database of signatures as well as engine updates. The program is designed to quickly scan for and optionally disable/remove any malware found. BugHunter is able to detect browser hijackers, rogue programs, adware, keyloggers, spyware (including some commercial ones), rootkits which are file based, malicious java/html/vb scripts, and various worms. As BugHunter is DOS based and does not require installation of any sort, it can easily be copied to various media and used to disinfect other systems without those systems having potentially harmful code present in memory. BugHunter gets along fine with most memory resident programs Please see BUGHUNT.TXT for full details."; 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 = ''; } }