var fDesc=new Array(); fDesc[0] = "Zoho Mail Migrator helps you to convert all the exported .eml mails to various formats which will help you to import those mails to another email client. Keep all the exported Zoho emails in a folder and then convert them to MBX, MBOX, EMLX, PST, MSG, PDF, HTML, RTF format easily. You can import those converted file to their supported email applications. If you are looking for a tool whose demo version is available for free then just download it from and use its free version which will convert 25 mails at a time but for further mails conversion it is must to buy its licensed version. Both versions are with same features and work as same, the only difference is for unlimited mails conversion you will have to buy Zoho Mail Migrator."; 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 = ''; } }