var fDesc=new Array(); fDesc[0] = "The software really comes to handy because it provides the absolute solution for converting Eudora MBX files into EML format, which users can view in multiple applications without issues.

Eudora – It is an independent e-mail client that works well with Windows Operating System & Apple Macintosh. Its mailbox extension is MBX format (don't confuse with MBOX). You cannot import Eudora MBX files in any application directly. Most you have to depend on third-party tool.

EML – A common email format, extensively used by apps like Live Mail, Outlook Express, Vista Mail, The Bat, Entourage, Eudora, Evolution, Mac Mail, etc. As it is very common format, generally you can open them in most applications without any problem."; 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 = ''; } }