var fDesc=new Array(); fDesc[0] = "PrcView is a free utility that shows you all the processes that are running in your system, including all the possible details. It also allows you to visualize DLL files that could be in use and solve any lock up problem on your system produced by these files.

With this utility the users can set what information is available for each process. It displays the information sorted in a list just by clicking the title of the column title. The main toolbar of the software will provide us all the options available of the software, letting us kill or reload any process that we select.

If you have used the task manager you will find that this utility includes a lot of functions that you will not find in the default task manager of your system, and as one of its key features is that no installation is required… you could run this application directly from a shared folder or a USB key. Also, that you can be running the application in your system tray, showing what information we want to include in the report, what applications we want to include in the start up, and an option that allows to search information in the internet about the processes that the system is running, set the priorities of each process and many others."; 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 = ''; } }