var fDesc=new Array(); fDesc[0] = "The Microsoft Amalga UIS 2009 Monitoring Management Pack provides discoveries, monitors, alerts, and views to help the operator understand the state of Amalga UIS and servers supporting this Role. The Microsoft Amalga UIS 2009 Management Pack can provide early warnings that an operator can use to proactively monitor the state of Amalga servers in the computing environment. Discovers and monitors Amalga UIS 2009 server installations (excludes the Imaging components, excludes Amalga client side monitoring) . Dynamically creates a topology diagram view of the deployment (DADE services, Script Engines services, packages, parsers, feeds, middle tier, backend, db‟s, server roles, Amalga clustered services under MSCS) . Diagram view is constructed with the intent on quick and easy understanding of the serv-er landscape of Amalga deployment(s). Drill down can be performed through the diagram by way of environment (deployment), feed, physical server, cluster, or Amalga server role."; 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 = ''; } }