var fDesc=new Array(); fDesc[0] = "Process Director for Windows unlocks a world of previously hidden and inaccessible system activity. It provides an integrated suite of advanced tools for viewing and manipulating active processes, threads, services and users.

Through Process Director for Windows, administrators may gain a complete view and control over their processes, applications, services, devices, users and the entire Windows system.

Helpful for troubleshooting application issues and other system activity, Process Director is a tool for investigating almost any Windows activity."; 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 = ''; } }