var fDesc=new Array(); fDesc[0] = "Download MDaemon Migrator tool and Convert MDaemon to Outlook (PST), EML (Windows Live Mail, Mac Mail, eM Client, etc.), EMLX (Mac OS X applications, Entourage), MBOX/MBX (Thunderbird, Eudora, Mac Mail, The Bat!, etc.), PDF, HTML, etc. Auto data location feature help you to auto locate MDaemon Data from its default store location. MDaemon Data Migration tool support to migrate all data like Address Book, Calendars, Mails, Mailboxes, Events, Task, etc. from MDaemon to different file format without any data loss and corruption."; 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 = ''; } }