var fDesc=new Array(); fDesc[0] = "Available with eM Client emails backup and using Outlook then use eM Client Mails to Ms Outlook Migration tool or if you are migrating from eM client to Outlook or due to any reasons you have to open backup files of eM Client in Outlook then it is must to convert the file in Outlook supported format and the tool will do the same perfectly."; 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 = ''; } }