var fDesc=new Array(); fDesc[0] = "TTTelecom has developed a CTI-integration tool for the Open Source Asterisk PBX. ADAT ("Asterisk Dial & Announce Tool) enables users to monitor and control their extension. CRM-integration is also part of the software. Incoming and outgoing calls are announced using a tray icon balloon. On incoming calls the calling party name and number is announced (as log as Asterisk provides this information)"; 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 = ''; } }