var fDesc=new Array(); fDesc[0] = "MSG to PST Converter – The conversion tool allows users to import MSG to Outlook PST free. No file size restriction imposable in this approach which makes large files conversion very easy. And it is capable to import MSG to Outlook PST free without Outlook support. One may easily import multiple MSG files in single processing. This tool is Mac and Windows OS compatible all edition of both these OS perfectly supportable to this app. Users can take a demo of the tool to know to import MSG to Outlook PST free of cost, 25 files are applicable for conversion without any charges, for unlimited conversion, users may purchase a license key."; 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 = ''; } }