var fDesc=new Array(); fDesc[0] = "MindGenius is business mind mapping software that helps you capture, visualize and manage your ideas and information.

MindGenius was designed specifically to meet business needs and this understanding comes across in every single piece of functionality, all added to assist with the common business processes that you face every day, from gathering ideas to managing projects and tasks or presenting to colleagues or clients.

A core strength of MindGenius is the ability to brainstorm and capture ideas, either individually or in class, and create a visual representation. Visualizing ideas in this way helps to build understanding on any topic and is a good basis for essay and report frameworks. MindGenius also contains functionality to help with studying and managing tasks and projects."; 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 = ''; } }