var fDesc=new Array(); fDesc[0] = "Frozen Windows programs are a pain, especially if you can’t easily close them. Task ForceQuit 2 gives you a single-click way to force them quit. Of course you can use Windows Task manager – but with Task Force Quit 2 it’s just easier. You don’t need to worry if you force close an important program. Just select the app and choose “Quit”.

Task ForceQuit 2 helps you optimize your CPU by quitting the apps that you no longer use. Besides force stopping programs, you can also re-start them, reboot the entire system or even shut down your computer – all from the app's interface. And of course – closing the programs that you are not using will give a speed boost to your Windows PC."; 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 = ''; } }