var fDesc=new Array(); fDesc[0] = "SterJo Task Manager is FREE and advanced tool for process managing. Also it is a great alternative for standard Windows XP task manager. This is a basic tool for controlling the processes, services and drivers running on your computer.

The Tasks tab shows all running and not responding applications. Clicking the Processes gives you information about each process and more details about its resources. The Services shows Windows services and optionally installed drivers and the Connection tab lists all network connections and the process related to each of them.

The software also allows you using more options clicking the right mouse button like terminating processes, pause services and their startup type, close a network connection or the process related with it, and more. Basically this is a great tool for detecting and terminating Trojan of spyware software."; 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 = ''; } }