var fDesc=new Array(); fDesc[0] = "Whether you are new to mind mapping or a seasoned veteran, MindMaple transcends basic mind maps and is feature-packed. Mind mapping is often used for note-taking, concept mapping, studying, planning and managing projects, scheduling tasks and more. Use arrows, images, hyperlinks, attachments, relationship lines and more to better illustrate your thoughts. MindMaple Classic is perhaps the most inexpensive business class mind mapping utility on the market. The software provides users with a robust set of features that aid in brainstorming, note-taking, organizing, and managing projects while stimulating both sides of the brain through the use of visual content. Aside from being one of the most inexpensive mind mapping utilities on the market, this software has been thoroughly developed with input from experienced users in both the creative and education sectors. Start with a basic outline of topics and continue visually expanding upon each topic as needed. The built-in collaboration function and import/export features make it a snap to share and incorporate real-time changes with students, colleagues or anyone else who may need access."; 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 = ''; } }