var fDesc=new Array(); fDesc[0] = "The Avaya Aura® AE Services Telephony Services API (TSAPI) software development kit (SDK) is available to developers to help them create C and C applications that access the AE Services TSAPI service. TSAPI for Communication Manager is a high level C/C API based on the Computer Supported Telecommunications Applications I (CSTA I) standard. TSAPI is an abstraction of Communication Manager's proprietary, low level Adjunct Switch Application Interface (ASAI). TSAPI enables access to the full complement of third party call control capabilities provided by Avaya Aura Communication Manager as an evolution server. These third party call control capabilities include controlling specific calls or stations, complete routing of incoming calls, receiving notifications of events, invoking Communication Manager features, and querying Communication Manager for 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 = ''; } }