var fDesc=new Array(); fDesc[0] = "Turn your PC or Mac® into a unified communications hub

Call, message, and meet seamlessly with our unified communications app

The RingCentral app's intuitive and unified user interface allows you to seamlessly transition between phone calls, video meetings, and team chat conversations without losing track of what you’re working on. Less toggling between communications applications and solutions means your projects move forward, your teams stay connected, and your productivity soars."; 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 = ''; } }