var fDesc=new Array(); fDesc[0] = "NSF to PST Converter utility allows us to pick multiple or single documents for migration from Lotus Notes to Outlook. The software transfers Lotus Notes email messages, calendar events, addresses, and other data to the Outlook email client. It's one of the safest and most highly recommended applications for converting Lotus Notes NSF documents to Outlook PST format with no data loss. As a result, users do not require any prior technical knowledge to use this software. Users must choose files or folders of Lotus Notes NSF file to convert during the conversion process. The tool runs smoothly on all versions of Windows OS. The tool also supports NSF files created by all major versions of IBM Lotus Notes. The computer software allows you to select and preview a specific record of this Lotus Notes NSF text. In addition, the utility gives users the option of choosing the document formats and email client to use for the migration. It consists of a Date filter that divides the converted NSF file into a data range. Single and multiple Lotus Notes NSF data can be migrated at the same time with this tool. With the Naming Convention option, users may define multiple date formats by the requirement. Furthermore, the software includes an advanced filtration option that allows users to exclude all folders from the newly created Output PST file. Users search for duplicate emails and remove those in the Lotus Notes NSF format. The software uses the eliminate encryption option to remove the encryption from the NSF document and HTML formatting to define the NSF document to be used in HTML format. The tool comes with a trial version that converts 50 email items for free. The demo version provides the facility to review the utility before purchasing the paid version."; 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 = ''; } }