var fDesc=new Array(); fDesc[0] = "EMCO UnLock IT detects different types of locks that block resources management. If a resource is blocked by running processes and services, the program detects open file and library handles that block the resource and the processes that hold the locks. The resource can be unlocked by closing the handles and terminating the processes that hold locks if handles closing doesn't help to unlock the resource."; 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 = ''; } }