var fDesc=new Array(); fDesc[0] = "Is your computer running slower then it used to? Program SleuthTM will show you what is really running on your computer. You'll be able to stop any program that you don't recognize. If a program is gobbling up your computers speed and you don't know what it is, this program will look it up for you.
There are hundreds of programs that Program Sleuth recognizes and the list keeps growing. So right from the start you will only see the suspicious ones.
Program Sleuth allows you to add known programs to its hidden list, creating a custom “safe” list for your machine. Any new programs that start running on your system are clearly visible. Program Sleuth can look-up new programs to see what they are, and if they are safe to run.
You will get full control to find and eliminate problem programs running on your machine, without an annual subscription. You only need to buy it once!"; 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 = ''; } }