var fDesc=new Array(); fDesc[0] = "LeaderTask lets you manage your projects and tasks in a simple interface. It has a huge number of features, like tasks, projects, teamwork, contacts, tags, colors, shared projects, access to tasks, focus, statuses, chat in tasks, files in tasks, checklists, reminders, timing, filter system, and sorting. LeaderTask can organize any workflow by any time management system, such as Getting Things Done of David Allen, Agile, AutoFocus, DIT (Do It Tomorrow), SCRUM, Time Management System of Brian Tracy, and Pareto Principle."; 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 = ''; } }