var fDesc=new Array(); fDesc[0] = "Free MSG File Viewer software helps user to view content of MSG files without the need of Outlook application. With the help of MSG File Viewer user can preview emails with associated elements (such subject, date, received date & size in KB) as well as attachments of the emails. This MSG File Viewer software is compatible with Windows 8.1 and all the previous versions. The MSG Files can be easily sorted out based on email properties. User can sort them by From, Subject, To, Sent date, Received date."; 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 = ''; } }