var fDesc=new Array(); fDesc[0] = "Malware Defender is a comprehensive spyware removal solution that protects your computer against all types of malware like virus, worms, Trojans, spyware, adware, keyloggers and others. It also provides many tools that allow you to detect and remove already installed malware. Some of its powerful features include real-time protection system, which monitors all the activity on your computer, detects all form of malware and supports learning mode; Kernel module manager, which detects and eliminates all hidden kernel modules and threats; Hooks detector, which detects and destroys SSDT, shadow SSDT, IDT hooks, etc.; a process manager, which detects, suspends and resumes hidden processes and threats; File explorer, that detects hidden files and folders and offers a registry editor; to name but a few.
Malware Defender has been designed for advanced users and requires some knowledge about registry interaction and application behavior to be operated. In this version of the program the French language is added and some minor bugs were fixed, for example, a bug with the uninstaller."; 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 = ''; } }