var fDesc=new Array(); fDesc[0] = "Monitor and Terminate processes that are running on your PC
Advanced Process Controller Free Version allows you to view all processes currently running on your system and to manage them. You are able to kill selected processes in a snap, which can not be realized by the classic Task Manager. It is an extremely powerful and versatile replacement for the Windows Task Manager. This impressive utility is an absolute power user's delight. Advanced Process Controller Free Version provides an attractive tabbed interface that shows active processes, finished processes, windows, modules, and a statistics panel that features real-time monitoring for memory and CPU usage.
Advanced Process Controller is an easy-to-use program designed to help you to manage all of your jobs and tasks. Easy data entry allows for minimal time spent on logging new and editing existing tasks."; 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 = ''; } }