var fDesc=new Array(); fDesc[0] = "eM Client export to Outlook is not possible without conversion process from eM Client to PST format, so eM Client to MS Outlook Converter is the best solution for the same. Once you convert eM Client to PST format it will be possible to import eM Client to MS Outlook. It will help you in converting unlimited mails at a time. So, if you are confused whether to go for the tool or not, first go for its trial version and then go for its licensed version. By using trial version you will be sure about the product."; 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 = ''; } }