var fDesc=new Array(); fDesc[0] = "LifeSize Bridge Utility is a fixed capacity multipoint control unit (MCU) optimized for HD conferences that features 8, 12, or 16 ports and expanded conferences that can host up to 48 participants. You can deploy LifeSize Bridge 2200s of all port capacities as standalone bridges or as a cluster of bridges to provide more capacity, unified scheduling, and failover capability."; 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 = ''; } }