var fDesc=new Array(); fDesc[0] = "MeisterTask is a web-based task and project management application. It lets you create a project, add as many team members as you want, assign tasks and follow each other’s progress. MeisterTask’s flexible project boards adapt to your workflow; it shows what’s been done in your projects while you were away, and get a quick overview of your open tasks so that you can decide what to focus on that day."; 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 = ''; } }