var fDesc=new Array(); fDesc[0] = "Task Terminator is a free utility which allows you to terminate any task or window running on your machine, even hidden programs and services which are invisible to the Windows Task Manager, that window that pops up when you hit Ctrl-Alt-Del. Task Terminator has the look and feel of the Windows Task Manager to make it instantly familiar to Windows users. Task Terminator can also be run in a command line mode."; 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 = ''; } }