var fDesc=new Array(); fDesc[0] = "GanttDiva is an easy to use Excel Project management tool to help you create a project schedule and Gantt chart with full support for schedule logic, including the display of all logical relationships. You can instantly generate a labour demand chart based on the current, filtered view of the project schedule; generate multiple labour demand charts and cross compare results to see the impact of changes in the schedule; generate a burn down or burn up chart (user configurable) to monitor progress, based on the current, autofiltered view of the schedule, and more."; 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 = ''; } }