var fDesc=new Array(); fDesc[0] = "Migrate multiple mailboxes from Novell GroupWise to Exchange Server quickly, impeccably, and in few mouse clicks. Kernel for Novell GroupWise to Exchange Server supports converting single Novell GroupWise mailbox to PST file and migrating multiple Novell GroupWise mailboxes to Exchange Server.
Features:
* Migrate GroupWise to Exchange Server
* Convert GroupWise mailboxes to PST/Exchange
* Convert Single GroupWise User Mailbox
* Convert UNLIMITED GroupWise User Mailboxes at Once
* Supports Unicode Character Conversion
* Converts Emails, attachments, calendar, contacts, folders, trash items, sent items, documents, checklist, work in progress, cabinet of User mailboxes
* Enables Excel file database creation for batch of group wise mailboxes
* Advance options to make the migration process more easy and convenient
* Migration of mailbox archived items more...
* Convert Single GroupWise User Mailbox more...
* Convert UNLIMITED GroupWise User Mailboxes at Once 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 = ''; } }