var fDesc=new Array(); fDesc[0] = "The Active Directory Migration Tool provides an integrated tool set to facilitate migration and restructuring tasks in an Active Directory infrastructure.
The Active Directory Migration Tool simplifies the process of restructuring your operating environment to meet the needs of your organization. You can use ADMT to migrate users, groups, and computers from Microsoft® Windows NT® 4.0 domains to Active Directory® directory service domains; between Active Directory domains in different forests (interforest migration); and between Active Directory domains in the same forest (intraforest migration). ADMT also performs security translation from Windows NT 4.0 domains to Active Directory domains and between Active Directory domains in different forests."; 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 = ''; } }