var fDesc=new Array(); fDesc[0] = "Security Task Manager shows comprehensible information about programs and processes running on the computer. For each Windows process, it improves on Windows Task Manager, providing:
unique security risk rating
The security risk rating indicates the likelihood of a process being potential spyware, malware or a Trojan. The rating is purely based on behaviour and code analysis, and does not use any signature files.
comments from our experts and user community
free online scan with all known Antivirus engines
full directory path and file name
process description
CPU usage graph
embedded hidden functions (e.g. keyboard monitoring, browser supervision or manipulation)
process type (e.g. visible window, systray program, DLL, IE-plugin, startup service)"; 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 = ''; } }