var fDesc=new Array(); fDesc[0] = "BlueNote Communicator is the top-selling and most comprehensive intra-office communications system created especially for dental offices. It stretches far beyond what we all think traditional communication devices should look like: how they feel, how they work, how we interact with a light panel, a push-button radio, a pager, a slip of paper.

BlueNote Communicator helps you focus on your patients with discreet audible and visual alerts that are passed from person to person without interrupting patient care. The powerful concept of BlueNoting takes office communications to a level of intuition where team members hear a broadcast and instinctively know what to do."; 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 = ''; } }