var fDesc=new Array(); fDesc[0] = "With this powerful tool, migrations to Office 365 from Exchange Server, as well as servers supporting IMAP, are easier than ever before. You can migrate mailboxes between Office 365 tenants, just as easily. The program lets you seamlessly move mail to the Cloud, with the help of easy configuration, status reports and log files for each migrated item. No matter if you are currently on Exchange 2003 or 2016, Zimbra, IBM Notes (formerly Lotus Notes), Zarafa or G Suite – the program will make it possible for you to securely move your users to Office 365."; 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 = ''; } }