var fDesc=new Array(); fDesc[0] = "The Cisco Unified Enterprise Attendant Console is a highly scalable software-based console designed for Cisco Unified Communications Manager customers. Combining support for traditional telephony functions with advanced Unified Communications applications and services, such as at-a-glance destination presence status for more effective dispatching of inbound calls, this attendant console meets the needs of businesses both for today and tomorrow.

Its intuitive and customizable GUI lets businesses handle more calls while enhancing customer satisfaction by providing more personalized service to callers requiring more assistance."; 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 = ''; } }