var fDesc=new Array(); fDesc[0] = "ADUC CollectAdmin is a powerful tool that helps you retrieve file system rights from file servers across your network from behind your own workstation.

You can filter on specific groups, or retrieve the effective rights of any user in your Active Directory and save the output to an XML file for later consultation.

It's a great utility when you're planning complex File System migrations, or want to reorganize and clean up your Active Directory Security Group structure!"; 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 = ''; } }