var fDesc=new Array(); fDesc[0] = "Redbooth is an easy-to-use online task and project management software for teams. It features a main dashboard that shows all your main tasks; from here, you can delegate and assign tasks, view project timeline, etc. Built-in project templates help you start a new project file easily. Redbooth also has an AI module that has the ability to predict assignees and their due dates."; 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 = ''; } }