var fDesc=new Array(); fDesc[0] = "Download the MDaemon migration to Outlook tool to perform MDaemon Migration to New Server. Use the software and migrate mailboxes, mails, address book, calendars, events, journals, task, etc. to Outlook PST format. Tool auto locates MDaemon data and allows to perform MDaemon Migration to Outlook and Exchange Server. Software maintain all the rich-text formatting and attachments during the MDaemon Migration to Outlook."; 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 = ''; } }