var fDesc=new Array(); fDesc[0] = "Process Prioritizer is a unique new technology that will, amongst other things, improve your PC's responsiveness and stability. Windows, by design, allows programs to monopolize your CPU without restraint - leading to freezes and hangs. Process Prioritizer's ProBalance technology intelligently adjusts the priority of running programs so that badly behaved programs won't interfere with your ability to use the computer! In addition, Process Prioritizer offers capabilities such as default process priorities and affinities, termination of disallowed processes, instance count limits, a system responsiveness graph, logging of processes, keep select processes running (auto-restart), and much more! Best of all, Process Prioritizer's core process management engine is isolated from the GUI. This means it can do its job consuming almost no system resources, and without ever making a peep. You will probably not even notice it is running."; 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 = ''; } }