var fDesc=new Array(); fDesc[0] = "TalkSwitch Concero Console software empowers you to make, monitor and manage phone calls directly from your PC. Concero Console version 1.20 is also a free update for TalkSwitch Attendant Console (an earlier product).
Concero Console is comprised of two parts: Console Client software used for making calls from one or more PCs (i.e. users), and a central Communications Manager which communicates with the phone system to manage calls. There is only one Communications Manager per phone system, typically maintained by the phone system administrator."; 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 = ''; } }