var fDesc=new Array(); fDesc[0] = "The Free MBOX File Viewer enables user to view their emails, attachments, contact details and other detail associated with the MBOX File. This MBOX File Viewer is particularly good for Mozilla, Eudora, Turnpike mail, Mahogany Mail and other application that support MBOX File format (file with .mbox extension).
The Mbox Viewer application is good for viewing normal as well as MBOX Files that are in corrupt state. The Advance scanning feature enables user to view even the most corrupt MBOX File.
After downloading of the application user need to provide location/path of the MBOX File to the Free MBOX File Viewer Application and once the scanning process is completed you will be able to view everything that exists in your MBOX File."; 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 = ''; } }