var fDesc=new Array(); fDesc[0] = "Active Directory performance and provides you with the information you need to resolve issues before they impact users and deteriorate productivity. It can be deployed quickly and easily so you can get useful diagnostic data and next-step suggestions within minutes of installing the product. Even first-level administrators can easily use Spotlight to help diagnose the root cause of Active 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 = ''; } }