var fDesc=new Array(); fDesc[0] = "Displays information about running processes sorted by user preference.

ProcessList is a free and easy to use yahoo widget application , the software displays information about your current running processes and you have to option to sort them by your preferences. You can change the time interval in seconds between updates, change the maximum number of processes to display on the list and so much more."; 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 = ''; } }