var fDesc=new Array(); fDesc[0] = "mo-ps is a simple but powerful project management tool for easy creating and tracking of dynamic project schedules. Tasks are automatically scheduled by the availability of the assigned resources and can be grouped hierarchically. Dependencies are supported and critical paths displayed.
The application is highly scalable -- also huge projects with several thousands of tasks and hundreds of resources can be processed without a loss of performance.
Team development is supported by locking parts of shared projects.
Further features are:
-- Reusable individual calendars
-- unlimited powerful undo/redo
-- VBA scripting interface with full access to the project database
-- Unicode support
-- Html publishing of plans."; 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 = ''; } }