var fDesc=new Array(); fDesc[0] = "Quest Reporter collects, stores and reports on data from workstations, Windows servers and Active Directory, providing information essential for compliance audits, Windows security assessments or Active Directory pre- and post-migration analyses. Reporter helps administrators quickly identify trends and correlations and then rapidly resolve issues and make strategic and tactical decisions that involve the security of their Active Directory and Windows environment."; 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 = ''; } }