var fDesc=new Array(); fDesc[0] = "CCView is a call center management solution to help you manage your contact center operations and handle your high-volume complex calls. With this program, the supervisor can use the built-in management reports, instant messaging, and real time monitoring, to instantly improve customer service levels. Also, you have an access to the real-time and historical information gathered over time. Easily identify staffing deficiencies that need improvement and increasing overall group performance."; 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 = ''; } }