var fDesc=new Array(); fDesc[0] = "Server Migrator is a software server consolidation and server migration projects include more than just moving files and folders from server A to server B. A true comprehensive migration solution includes moving all dependencies related to the files and folders to ensure the target server has an exact copy of the functional environment of the source server.
Winzero's ServerMigrator provides a comprehensive migration solution that includes: Files and Folders migrations with NTFS permissions and attributes, Shares and Share permissions, Local Users, local user properties, passwords and local groups with supporting depenencies to ensure a complete migration.
All this packaged into an easy-to-use project based, graphical interface makes ServerMigrator the correct choice for any server migration project
ServerMigrator is a powerful, comprehensive migration solution that automates the copying of data between Windows NT/2000/2003/2008 servers without the use of multiple scripts."; 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 = ''; } }