var fDesc=new Array(); fDesc[0] = "IBM iDoctor for IBM i is a suite of performance tools that can be used by the performance expert or novice to collect, investigate and analyze performance data on System i. The tools are used to monitor overall system health at a high "overview" level or to drill down to the performance details within job(s), disk unit(s) and/or programs over data collected during performance situations.

IBM iDoctor for IBM i is frequently used by the Rochester Support Center, the IBM System i Benchmark Center and IBM STG Lab Services, along with customers and consultants to help solve complex performance issues quickly. Feedback from these regular iDoctor tool users continues to help shape the enhancements and new function incorporated into iDoctor components and features."; 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 = ''; } }