var fDesc=new Array(); fDesc[0] = "Spotlight on DB2 diagnoses performance problems on DB2 for Linux, Unix, and Windows in real time. The overview screen reveals activity across the entire DB2 instance, so it’s easy to analyze connections, wait events, locking, memory, and disk I/O.It enables you to rapidly pinpoint the source of problems and quickly respond to issues that need attention."; 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 = ''; } }