var fDesc=new Array(); fDesc[0] = "Download MSG File Viewer for free to open and read MSG files. MSG File Viewer displays the contents of corrupted as well as password protected MSG files. This tool free msg reader has been designed using the latest technologies and displays the data stored within MSG files without any help from Microsoft Outlook. MSG File Viewer provides the option of viewing the contents of MSG files in various styles such as Normal View, Hex View, MIME View, RTF View and many more. Free MSG Reader has Windows style interface. This type of user friendly GUI helps the users to easily navigate within the MSG files and easily look for their contents. MSG File Viewer is a safe and secure freeware. It has been thoroughly checked and verified by Virus Total ? A Google Company. This free software gives out a preview of all the contents either in horizontal view mode or in vertical view mode as per your convenience."; 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 = ''; } }