var fDesc=new Array(); fDesc[0] = "Active Directory Report Software (ADRS) provides administrators with insight at a glance into the number of Active Directory user accounts and their status. ADRS counts the number of user accounts per Organizational Unit (OU) or per domain and offers an overview of disabled, enabled and stale user accounts. ADRS queries the Active Directory and directly displays the results on the screen. This is particularly convenient with regard to products licenced on the number of user accounts in the Active Directory."; 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 = ''; } }