var fDesc=new Array(); fDesc[0] = "Spyware Terminator can scan for spyware and unwanted browser addons in your computer. It can also be used to find and remove bloatware and unwanted startup applications. It comes with a file analyzer utility that can check any executable file that you suspect to be a malicious program. It displays the registry entries that will be created if the program runs, the developer of the file, and its purpose."; 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 = ''; } }