var fDesc=new Array(); fDesc[0] = "MindMapper 5.0 Professional extends beyond the features and functionalities of 4.5 for increased efficiency ease of use, and proficiency.
MindMapper 5.0 Professional features include:
- Multiple Main Topics to improve presentation of various thoughts with multiple maps
- Fishbone style map to increase awareness of cause and effect
- Excel integration to easily export your map into Excel
plus many more features.
MindMapper 5.0 even includes "Repair hyperlinks" to automatically detect any broken hyperlinks for easy updates.
MindMapper 5.0 includes all the features from 4.5 Professional plus more!"; 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 = ''; } }