var fDesc=new Array(); fDesc[0] = "Quickly master project objectives and goals with this free Windows software. Express Project is a free project management software program to help you monitor and track all project activities and help you stay on track to achieve established goals. Gantt charts are used for current status of project's scope, time, quality and budget constraints.

Express Project Management Free Features:

*Gantt charts to display project status.
*Critical path analysis for identifying key tasks.
*Critical methods for creating automatic task scheduling.
*Set task dependencies and constraints.
*Use resource schedules to help you manage at the project and resource level."; 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 = ''; } }