var fDesc=new Array(); fDesc[0] = "Create project plans, manage activities, schedule tasks, assign resources, track time, expenditures, people, and print professional looking charts.

Ganttsoft Project Manager can be used in a wide variety of applications including
•software development,
•office management,
•engineering,
•and construction.
Why use Ganttsoft Project Manager?
Ganttsoft Project Manager has the features you need without the high cost and licensing issues, because Ganttsoft Project Manager 2.0 is completely FREE. Its presentation and management capabilities will make managing your activities easier.

You can send documents created with Ganttsoft Project Manager by email to other project members who can open them and view them with their own free Ganttsoft Project Manager 2.0 application."; 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 = ''; } }