var fDesc=new Array(); fDesc[0] = "The Service Monitoring Tools (SMT) Suite can be used to launch other tools and to view detailed version information for all tools included in the SMT (software system) software package.
The launcher strip contains at least one standard menu item, About, as well as menu items representing any tools included in the software package. The launcher strip will only display items which are accessible at any given time, typically dependent upon connection status and access level. This tool can be used to launch tools, view detailed version information for all tools included in the SMT software package, or change the launcher layout orientation."; 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 = ''; } }