var fDesc=new Array(); fDesc[0] = "EndItAll 2.0.0.0 is a program that terminates all running programs in any Windows.

It requires version 4.7 or later of the system library comctl32.dll. So, if you intend to use the program under Windows 95 or NT4 you may need to download an update from http://www.microsoft.com/msdownload/ieplatform/ie/comctrlx86.asp.

Basically, the program does the same than XP´s Windows Task Manager: it lists running programs and lets you decide which ones to close down. EndItAll will, as WTM, protect from termination to the processes needed for the system.

The programs was developed and published by Neil J. Rubenking, a PC Magazine contributor, in October, 2001. For some time everybody was allowed to download it for free. Now, you must pay for it U$S 7.99.

When you run the program, it will display this information about your running tasks: Status, Program, Type, Description and Title.

The Status can contain icons indicating that the program is locked, or can be killed. This can also be done using the "Actions" menú.

Using "Tools" you can choose to block the screensaver or the power management."; 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 = ''; } }