var fDesc=new Array(); fDesc[0] = "Samsung OfficeServ ACD Call Centre is specifically tailored for mid sized organisations or corporate departments requiring a sophisticated customer interaction management solution for 10 to 100 agents. It is designed to enhance customer service levels, lower call abandonment rates, increase staff productivity and accountability. Call centre agents are presented with a simple ‘toolbar’ on their desktop PC allowing them to perform basic telephony functions as well as agent duties. The fully customisable toolbar provides complete functionality for agents, leaving the desktop clear for other business applications.
Features:
- Simple agent toolbar with performance indicators.
- Multiple queues, each uniquely configurable.
- Real time visibility of queuing and call activity.
- Wrap up time and completion codes.
- Informative screen pops appear when calls are received."; 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 = ''; } }