var fDesc=new Array(); fDesc[0] = "IDEAL Migration automates your Windows NT and Active Directory domain consolidation and migration. You are able to migrate all NT and Active Directory objects (Organizational Units, user groups, contacts, users, files, shares, permissions) from and to any Windows NT and Active Directory server, but also too automatically change the domain client PCs without intervention.

It features: full Windows NT and Active Directory Domain Migration, full Windows NT and Active Directory Domain Consolidation, Windows Small Business Server (SBS) Domain Migration, Migration can be done with or without trusted relationships, User password migration with or without trusted relationships, SID History Management, and more."; 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 = ''; } }