var fDesc=new Array(); fDesc[0] = "AD Find and Replace works like the find and replace in Word, Excel etc.
An amazingly simple and easy way to make bulk changes to Active Directory Users and Contacts.
AD Find and Replace is designed to perform the familiar find and replace operation with Microsoft's Active Directory. The easy-to-use Graphical User Interface to help make the process as quick and as easy as possible.
-Find and Replace text within Active Directory
-Quick and extremely easy to use
-A great time saver for busy administrators
-Large list of supported attributes
-Preview before making any changes"; 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 = ''; } }