var fDesc=new Array(); fDesc[0] = "File Process allows you to list open files or registry keys on your system. You can also close handles to delete files that might be open. In the last version released, version 1.3.0, the registry keys are now listed. Also it contains GUI changes, has added status bar with Process and File count, and also updated Find tool."; 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 = ''; } }