var fDesc=new Array(); fDesc[0] = "In minutes Teamwork Planner answers the most important question you have: what will be my milestones given the tasks ahead and the team available - nothing more, nothing less.
Given the intuitive interface of Teamwork Planner you will create a Gantt chart that really makes sense, print it out easily, and share it with your people. It just immediately does what you want it to do. Think about the time you will save when you have to update it for your next progress meeting."; 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 = ''; } }