var fDesc=new Array(); fDesc[0] = "DLL Show 2000 is a small system utility that displays a list of all running processes and their DLL dependencies. The program can be used to display a list of all DLL and OCX modules currently installed on your system. It displays comprehensive information about all running processes including memory load, priority and the DLLs they depend upon."; 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 = ''; } }