var fDesc=new Array(); fDesc[0] = "ShoreTel Contact Center 6 introduces the ShoreTel Contact Center Agent Dashboard, a Web based application which enables supervisors to publish customized dashboards for agents. The dashboard, which can be deployed for use on iPads and mobile devices, also provides call center managers with a consolidated view of their call center while on the move.
The ShoreTel Contact Center Agent Dashboard (CCAD) is an application for the ShoreTel Contact Center (CC) that provides the ability to monitor, in real time, the service being provided to customers. This application displays customer service metrics such as number of calls
waiting, average wait times, and other such performance statistics. It provides agents with real
time information not currently available in any Contact Center application thereby empowering
them to self-manage customer care standards."; 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 = ''; } }