var fDesc=new Array(); fDesc[0] = "The Visual Bubble Ribbon adds a further 9 pieces of functionality to MindManager Pro 7, taken from the VisualBubble.com website exstensibility section.

It includes:

- Takes the selected topics containing numeric values and then adds them up and displays the total in a floating topic.
- Opens a new blank map with the topic alignment set to left.
- Takes any topic that links to a document and converts that link to an attachment.
- Allows you to select and then filter topics based on a search string which is contained in the topics only.
- Allows you to create a range of topics within a set date range.
- Allows you to turn relationship lines and their call-outs transparent.
- Takes the selected topic and make the text vertical.
- Automatically sort flagged topics into an Org layout, using the map marker names for the category topics. Anything not flagged with a Green, Red, Black, Blue or Yellow flag is marked No Category. Great for Six Hats.
- Allows you to flag and filter topics according to user definable task completion and due dates based on duration."; 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 = ''; } }