var fDesc=new Array(); fDesc[0] = "The DBLock utility determines which types of locks Microsoft Jet is placing, which page types are being locked, and which tables are associated with those pages. DBLock is a Visual Basic 4.0/5.0 32-bit utility that runs under either Windows 95, Windows 98, Windows NT, or Windows 2000, and can work against both Microsoft Jet 2.x and Microsoft Jet 3.x databases."; 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 = ''; } }