var fDesc=new Array(); fDesc[0] = "Effortlessly view Thunderbird emails with address book, notes, attachments etc. using Thunderbird File Viewer with simple and self-descriptive graphical user interface. Completely portable utility which quickly extracts Thunderbird mailbox folder and allows to view Thunderbird emails keeping folder hierarchy and email formatting safe throughout the complete preview process. Thunderbird File Viewer does not require configuration, it only requires Thunderbird file. Using Thunderbird File Viewer, a one can easily explore unlimited Thunderbird emails. Moreover, Thunderbird File Viewer does not require any installation of email client to view Thunderbird files. Freedom to view MOZMSGS and WDSEML folders without any error. And the remarkable aspect of Thunderbird File Viewer is that it is proficient with all version of Windows including Windows 10."; 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 = ''; } }