var fDesc=new Array(); fDesc[0] = "SysTools Notes to Excel converts Lotus Notes contacts or names.nsf to Ms Excel file. This program is the proper solution to convert Notes Address book and its contacts list to MS Excel File. In just a few mouse clicks your can convert your entire Lotus Notes contacts and addresses to MS Excel.

Its friendly interface makes it easy to use. SysTools Notes to Excel supports Notes 8.0, 7.0, 6.5 & 5.0."; 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 = ''; } }