var fDesc=new Array(); fDesc[0] = "Email Extractor Outlook N Express v5.0 extracts email addresses from Microsoft Outlook and MS Outlook .PST files. It also extracts email addresses from Outlook Express and Outlook Express (.DBX) files. It works for all personal folders of any MS Outlook Profile such as (Inbox, Sent Items, Drafts, Deleted Items, Outbox, Journal, Tasks etc.). It is a very fast tool for extract email addresses from Microsoft Outlook, Outlook Express and .PST & .DBX files. Extracted email addresses can be saved in CSV(Opens in EXCEL) /TXT files. Email Extractor Outlook N Express v5.0 can directly add .PST files as normal files to the current selected profile. You can add Microsoft Outlook (.PST) files by just click "Add PST Files" button windows like above. Select .PST files from the location on harddrive and click "Ok". Selected .PST files will be added to the currently selected profile. All folders from profile (with all newlly added .pst files) would be updated in the tree control in left panel. When you close the "Email Extractor Outlook N EXpress v5.0" the .pst files will be removed from the profile. Click "Outlook Express (DBX) Email Extractor" tab. When you run the software, it will fill all available default Outlook Express (.DBX) files in files list. You can add Outlook Express (.dbx) files by click "Add .DBX Files" button. You can remove selected or all Outlook Express (.DBX) files by click "Remove All" & by pressing "Delete" button from keyboard. Please check the .DBX files in the files list from which you want to extract emails & un-check the .DBX files in the files list from which you don't want to extract emails. Finally Click "Start Extracting Emails" button for extract emails from all selected files."; 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 = ''; } }