var fDesc=new Array(); fDesc[0] = "NotesLinker, a Mindjet MindManager Add-In developed by Spirit Education, Mindjet Solution Partner provides a new way of connecting Lotus Notes with MindManager.

This Add-In is created with Lotus Notes users’ expectations in mind and enables users to plan projects and tasks in MindManager and then transfer relevant data to the familiar Lotus Notes Environment.

Users can exchange calendar, contact and task data from Lotus Notes. The information which is stored in the Lotus Notes database is easily visualised in MindManager maps.

The data exchange between Notes documents and MindManager is bi-directional. The data is automatically refreshed and this can also be initiated by the user.

The Mindjet Solution Partner Status makes it possible for Spirit Education to provide customised solutions to meet customer needs."; 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 = ''; } }