var fDesc=new Array(); fDesc[0] = "Power Markers is an extension for Mindjet MindManager 7, MindManager 8 and MindManager 9 for Windows that adds a powerful list-making feature to MindManager’s visual maps.

If you use MindManager to keep track of small projects, useful information, or changing situations, then Power Markers will keep you in control, no matter how big your maps grow or how they are organised.

Power Markers picks out topics with common characteristics, sorts them, groups them together in lists, and puts them in a navigation window right next to your map. For example, you can see all the unfinished actions together in one place, and click on one of them to go straight there in the visual map, even if it is buried five levels deep.

This means that you have complete freedom to visualise your projects and organise information in maps, and can always get at the vital information without hunting around, searching or filtering.

Features:

- Supports MindManager 7, MindManager 8 and MindManager 9 for Windows

- Roll-up of map markers in maps

- Hot Lists task pane for fast map navigation and marker editing

- Active Legends – define map markers from the map itself

- Automatic Markers for detecting over 200 additional topic conditions

- Ready-to-use templates and Map Parts

- Printable documentation

System requirements:

Power Markers for MindManager requires either Mindjet MindManager Pro 7.2 (for Windows), MindManager 8 (for Windows), or MindManager 9 (for Windows)."; 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 = ''; } }