var fDesc=new Array(); fDesc[2] = ", unleash your mind with highly visual, interactive technology designed to capture ideas, data and knowledge in a limitless arrangement that lends clarity to any task or project. When you can see the details up close, as well as the big picture in clear view, you can build meaningful, multi-dimensional relationships between information – and share it with everyone on your team. This leads to well-informed decisions, swift and confident action, and everyone’s favorite: results. Some call it mind-mapping. We call it common sense. And MindManager is the software that brings it to life. Unlock mindshare: Quickly capture, organize and share ideas and information in a visual way that others can quickly build upon. Strengthen organizational memory through active knowledge sharing. Facilitate greater innovation with unique perspectives on information. Get things done: Align team members to..."; fDesc[3] = "communicate your thoughts with others in a more effective way. You can work in a more organized way and get more tasks done in less time with this program."; fDesc[4] = "are working on something that needs creative thinking and we need more memory, we can use this program! It is filled with a lot of tools or features."; fDesc[6] = "mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish."; fDesc[9] = "friends, business and career, among other categories selected by the user. It also includes a to-do list that enables you to add important events or tasks that require immediate attention and you can also also add reminders or recurrence."; fDesc[11] = "work, then view gorgeous Gantt charts and customizable project cost reports. Syncs direct with MindManager X5 Pro too"; fDesc[12] = "making the decisions, and doesn’t require a lot of collaboration of multiple managers, team members or a CEO. The software is very good for doing basic project planning and organization."; fDesc[18] = "can use RiskyProject for planning, quantitative risk analysis, and performance measurement of project with multiple risks and uncertainties."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }