var fDesc=new Array(); fDesc[0] = "Quest Access Manager provides a single console that enables IT to identify and control user and group access to resources such as files, folders and shares throughout the enterprise. This strict control and granular visibility enables organizations to meet security and compliance requirements, control operational costs and optimize infrastructure performance.
Identify and control user and group access to resources across the enterprise.
Clean up and standardize existing resource access.
Attest to usage of specific Active Directory groups and resources."; 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 = ''; } }