var fDesc=new Array(); fDesc[0] = "Workplace Chat gives you the freedom to connect with your coworkers anytime, anywhere - instantly.

Workplace Chat is simple and familiar. And it's more than text and messaging. Chat also comes with reliable group video, voice chat, and unlimited file sharing.

Workplace Chat is a familiar tool to reach any colleague instantly with messaging, voice and video chat.

You can get more done with polls and unlimited file sharing, celebrate success with mentions, and make quick decisions with reactions and GIFs.

With 1:1 or group video chat and screen sharing, you bring your team to the table wherever they are in the world."; 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 = ''; } }