var fDesc=new Array(); fDesc[1] = "modern enterprise of today. It allows you set up program designs, scheduling, time management, and others. The program also supports a wide range of functions including tasks allocation back and forth, milestones analysis, and estimated time for completion of a solution."; fDesc[2] = "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[3] = "list of entries on the left and the text editor window on the right. There are four tabs at top of the latter which take you to different writing modes. The Journal has different templates that you can use for several writing activities."; fDesc[4] = "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[5] = "a project management software works on window platform and it can be used to create PERT charts. PERT Charts are also known by some other names like Network charts, Precedence Diagrams, Logic Diagrams etc."; fDesc[6] = "Balanced Scorecard to develop Individual Employee Scorecard plans."; fDesc[7] = "helps business professionals and teams plan, organize and manage information-based activities."; fDesc[8] = "can use RiskyProject for planning, quantitative risk analysis, and performance measurement of project with multiple risks and uncertainties."; fDesc[9] = ", easy-to-use interface. Resources might include people (e.g. employees), equipment and facilities (e.g. rooms)."; fDesc[10] = ", appointments and different events. The program features a nice and intuitive user interface, which allows you to create calendars in a snap."; fDesc[11] = "Estimating, Valuations, Project Planning and Project Cashflow, used by project planners and contractors for greater accurac..."; fDesc[12] = "with rich project filters; track Critical Path of subproject and milestone by using unlimited project baselines"; fDesc[13] = "meeting, daily work with Intuitive Chart, Networking Access, Task related Planning, Password Protection, Drag-And-Drop & Export to word/excel..."; fDesc[14] = "from Mindjet® MindManager to Microsoft ®Excel while maintaining it's hierarchical structure and visualizing your project in the form of a Gantt chart. Using a two-way link between Microsoft® Excel and Mindjet® MindManager Pro a user can fine-tune the planning in one session in Microsoft® Excel and synchronize the changes with Mindjet® Mindmanager. There is no need for any additional software if the user has a Microsoft® Excel and Mindjet® MindManager Pro license. The aHa!2WayXLS add-in for project planning: * Automatically generates a list in a project overview in Microsoft® Excel of all the milestones and tasks including start dates, end dates, duration, progress, priorities and resources * Generates a Gantt chart which visualizes the tasks in a timeline * Generates an interactive timesheets for each resource, with a unique color identifier for each resource throughout the..."; fDesc[15] = "chart, planning for project management."; 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 = '...'; } }