var fDesc=new Array(); fDesc[0] = "Installs on your desktop or mobile phone for quick access to all your (Blizz and TeamViewer) contacts, enabling logged and indexed team messaging, face-to-face HD VoIP video and audio calling, instant or scheduled huge group meetings (up to 300 people), screen sharing, and session recording for later use—all the essential meeting tools you need to communicate better with your teams and clients, from anywhere, any time."; 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 = ''; } }