var fDesc=new Array(); fDesc[0] = "Try CubexSoft NSF Export Tool aka Notes NSF Converter, that effectively convert NSF to PST, PDF, MSG, EML and MBOX format with no loss. The in-built advance features of the NSF Converter provide ease to users to transfer Lotus Notes NSF file to PST. Users will find Add Folder option on the top in the software panel with the help of which they can load unlimited NSF files and convert multiple NSF to PST at once with no alteration. NSF Export Tool is powerful enough which smoothly moves NSF files of Domino Server to PST. After conversion of NSF files to PST, users will find the newly created PST file which supports all MS Outlook editions. NSF Converter provide the freedom to choose the desired location in order to save the resultant file. CubexSoft NSF Export also offer the option i.e. Split PST file which help the users a lot in managing the data in other applications. Users can divide resultant PST file by file size in MB or GB as per the requirement."; 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 = ''; } }