var fDesc=new Array(); fDesc[0] = "Cisco Agent Desktop is a computer telephony integration (CTI) solution for single- and multisite IP-based contact centers. It is easy to deploy, configure, and manage. Powerful tools help increase agent and supervisor productivity, improve customer satisfaction, and reduce costs. An intuitive GUI decreases IT dependency and simplifies customization, maintenance, and change management. Transparent integration with Cisco Unified Contact Center helps you easily deploy CTI capabilities at new locations as customer contact operations expand."; 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 = ''; } }