var fDesc=new Array(); fDesc[0] = "Malware Immunizer 1.5 protects your system from malware or destructive software.

This program works by creating in your hard drive the files and folders that the malware usually creates. If you become infected by a malware, it won´t create those files and folders, since they are in your system already.

Some malware programs will create another files and folders. That´s why the program includes the possibility of scanning your system with an external program.

You can select which malware do you want to be protected against. Malware Immunizer will then create in your hard disk the typical folders and files that those malwares create.

Malware Immunizer can also check for Hosts file hijackers and remove them. It can also download Hosts file to block bad websites.

You can also can your system in search of folders and files that are typically found when you´re infected with known malwares. If Malware Immunizer finds anything, it will offer you to remove the found entry, telling you the name of the malware."; 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 = ''; } }