var fDesc=new Array(); fDesc[0] = "With this SupportPac, you can easily collect and analyze WebSphere MQ data, track trends in the data, and troubleshoot system problems by using WebSphere MQ Explorer.
The SupportPac allows users to collect and analyse performance data for queues, channels, and MQI calls for queue managers. System administrators can use MQ Explorer to monitor the system status of WebSphere MQ in a short period. The agent is only available for Windows, and the MQ Explorer plug-in is available for Windows and Linux."; 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 = ''; } }