var fDesc=new Array(); fDesc[0] = "ResultsManager v2 runs on Mindjet's MindManager 9, 8, Pro 7 and Pro 6 platforms, and delivers a systematic solution for visualising and tracking actions either individually or across teams.

ResultsManager sweeps maps looking for incomplete activities, and dynamically creates focused dashboards designed to support action and review processes. The dashboard maps created by ResultsManager can be personalised and customised to maximise usability. You can work with them in Map or Outline view."; 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 = ''; } }