var fDesc=new Array(); fDesc[0] = "The HDX RealTime Media Engine is a plug-in to the Citrix Receiver to support clear, crisp high-definition audio-video calls, particularly with Microsoft Skype® for Business. Users can seamlessly participate in audio-video or audio-only calls to and from other HDX RealTime Media Engine users, native Skype® for Business and Lync® client users, and other standards-based desktop video and conference room systems."; 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 = ''; } }