var fDesc=new Array(); fDesc[0] = "Slack is a collaboration platform, which provides a central location to manage everything related to your individual topics, projects, or teams. You can also keep your clients, vendors, or partners in the loop by sharing a channel in Slack. Each user can have access to specific data using their own encryption keys. Slack has a Workflow Builder that can help you automate routine actions and communication, so that you can get back to the kind of work only humans can do."; 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 = ''; } }