var fDesc=new Array(); fDesc[0] = "Monocomsoft Outlook Email Extractor is a powerful tool that allows you to extract all the emails from Outlook folders, and Outlook PST files and save them into a CSV file and TXT file. The extracted emails can be saved in an Excel file and can be customized by extracting emails from specific folders, or only emails that include specific words. This software is the perfect solution for anyone who needs to extract thousands of emails from Outlook folders or Outlook PST files, regardless of the number of emails. The software works fast, it has never been easier to extract emails from PST files. All you need to do is select the folder in which you want to find emails, save the emails to a CSV file or import them into an existing database or spreadsheet. You can also use filters and save specific emails, for example it is possible to extract all emails subject containing specific words. The program supports all versions of Microsoft Outlook: 2016, 2013, 2010, 2007 and 2003."; 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 = ''; } }