var fDesc=new Array(); fDesc[0] = "G Suite Migration For Microsoft Exchange allows you to migrate your e-mail, contacts, calendar, and public folder data from on-premise and hosted Microsoft Exchange to G Suite. You can also migrate data from PST files and e-mails from IMAP servers (Novell GroupWise, Cyrus, Dovecot, Courier, SunMail, Zimbra, and Gmail) using this tool. You can perform a centrally-managed bulk migration of users, selectively migrate e-mail, calendar or contacts (or any combination thereof), or migrate in phases for very large migrations."; 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 = ''; } }