var fDesc=new Array(); fDesc[0] = "This tool is designed to kill off unruly programs. It does this pretty effectively but is unable to terminate any DLLs loaded by the subject program.

Use as a last resort to stop a frozen program without having to reboot the computer. Does not ask questions, but presumes that the user knows what to kill off and what to leave alone. Does show all running processes and kills them quicker than Task Manager."; 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 = ''; } }