var fDesc=new Array(); fDesc[0] = "WTY-ProcMan is powerful desktop utility which allows you to monitor the current processes.
In fact, it is a simple process viewer. Using WMI technology it can be used get detailed process information and kill processes which can often not be killed with the standard process viewer."; 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 = ''; } }