var fDesc=new Array(); fDesc[0] = "Diagnosing an Active Directory problem can feel a little like a guessing game. Guess right and you can start applying a fix. Guess wrong and—well, you guessed it—more downtime and less productivity.
DirectoryAnalyzer proactively monitors and diagnoses critical, directory-wide infrastructure issues via a graphical interface. When a problem occurs, instant alerts tell you its exact nature and location. Then an intelligent knowledge base suggests possible fixes. Now apply the fix, and you’ve drastically decreased the amount of time you used to spend on directory problems."; 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 = ''; } }