var fDesc=new Array(); fDesc[0] = "The Microsoft Windows Active Directory Management Pack provides monitoring of your Active Directory service and its required subsystems across a single forest or multiple forest.

The Microsoft Windows Server 2008 Active Directory Domain Services Management Pack for Operations Manager 2005 provides a predefined, ready-to-run set of rules, monitoring scripts, and reports that are designed specifically to monitor the performance and availability of Active Directory Domain Services (AD DS). The Active Directory Domain Services Management Pack monitors events that are placed in the Application, System, and Directory Service event logs by various AD DS components and subsystems. The Active Directory Domain Services Management Pack also monitors the overall health of AD DS and alerts you to critical performance issues."; 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 = ''; } }