var fDesc=new Array(); fDesc[0] = "BOClean 4.26 is a program to detect and remove malware from your computer.

The list of known malware includes Internet trojan horse programs, spyware, keyloggers, rootkits, pseudorootkits, hijackers, adware, annoyware, email relays, spam proxies, spam relays, scam downloads and email/spam robots.

Removing them will keep your data safe, and your system working without the delays that malware oftenly causes, while performing its malicious job.

The first thing that the program will do when you install it is connect to Internet to retrieve the latest updates, and then tell you it needs to reboot the system in order to start the kernel driver for maximum protection.

The program will then rest on your system tray, until you open it right clicking over its icon.

When you do that, you will see the program´s main menu, from which you can shut down the program, configure it, check for updates, see the list of covered malware, examine the reports you´ve generated and exclude certain programs from BOClean´s scan."; 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 = ''; } }