var fDesc=new Array(); fDesc[0] = "AcmePlan means simple and clear project management.

AcmePlan comprises the basic features necessary for comfortable work with a project, amazing ease of use and availability. It is equally good for both a professional and a user who is new to project management. It does not require theoretical knowledge and you do not need to read heaps of documentation.

Main AcmePlan features:
- displaying a project as a table with tasks, dates, links and resources
- displaying a project as the Gantt chart
- calculating and displaying the critical path of the project
- working with resources
- project report (deadlines, cost, completion percentage and so on)
- previewing and printing the project"; 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 = ''; } }