var fDesc=new Array(); fDesc[0] = "CodeTwo Exchange Migration allows for secure and hassle-free migrations to Exchange 2016 and 2013 directly from older editions of Exchange (starting from Exchange 2003). The program also lets you centrally manage migrations from servers supporting IMAP, such as IBM Notes (formerly Lotus Notes), Zimbra, Google Apps and hosted email services. No double-hops, scripting or PST exports required."; 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 = ''; } }