var fDesc=new Array(); fDesc[0] = "The AMS C# Client API is supplied as strong-named .NET assembly and is fully Common Language Specification (CLS) compliant. All types in the API are declared within the AMSClassLibrary namespace.

It contains a library of classes that control individual SIP calls and associated media processes that interact with the call. For example, to play a wav file to the call or record the call to file or detect incoming DTMF digits or play DTMF digits to the call."; 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 = ''; } }