var fDesc=new Array(); fDesc[0] = "Mailconvertertools AOL Mail Converter converts AOL Mail to Outlook, Thunderbird, IMAP, Hotmail etc. Users can export AOL Email to PST, OST, MBOX, EMLX, PDF, DOC, DOCM, and 30+ file formats. Free AOL Mail Converter permits users to convert or backup only 50 AOL emails per folder. Advanced features of free AOL Backup Tool allow users to Remove Duplicate mail , skip previously migrated emails, set schedule to backup AOL mail emails , delete email from AOL mail server after ending backup process, Mail filter and task filter option. This makes MCT AOL Email Backup Tool more easy to use for non-expert users as well because in just a few clicks users can perform the conversion process. The AOL backup Converter is suitable with all the versions, including the latest versions too like Windows 10, 8.1, 8, 7, Vista, XP, etc. Free AOL Backup Tool helps users to free up the server space of your AOL account. Allow users to download all emails along with attachments and other mailbox data items like tasks, calendars, notes, journals, etc.Demo version easily perform free conversion of 50 emails."; 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 = ''; } }