var fDesc=new Array(); fDesc[0] = "The EarthLink/TotalAccess Mailbox Export tool is used to create versions of your emails stored in the EarthLink/TotalAccess Mailbox that can be easily moved over to another email program such as Windows Live Mail on Windows Vista or Windows 7.
The EarthLink/TotalAccess Mailbox stored email files in a proprietary ".dat" format that only worked with the EarthLink Mailbox program."; 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 = ''; } }