var fDesc=new Array(); fDesc[0] = "Malware Eraser is small utility that runs in the background and detect and remove specific malware, trojans, worms and other malicious threats that can damage your computer.
It is not a substitute for full anti-virus protection, but rather a tool to assist administrators and users when dealing with an infected system."; 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 = ''; } }