var fDesc=new Array(); fDesc[0] = "KDTele Tools represents an effort to develop an ease-of-use, flexibility and powerful collection of components for telephony application development. It is available as a Basic Module with a number of Add-On Modules. The Basic Module includes components that cover the fundamental telephony capabilities, while the Add-On Modules include components that provide extended capabilities.
Kaed Systems offers the following add-ons for your KDTele Tools application:
Data Add-On
Build computer-to-computer data/file exchange applications. Support ZModem file transfer protocol, and file compression/encryption features.
Fax Add-On
Add fax capability to your application.
Multi-Calls Add-On
Allow simultaneous access to multiple telephone lines.
Speech Add-On
Add voice recognition and voice syntesis to your application.
Wave Editor Add-On
Allow your application or your end-users to view/edit sound files."; 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 = ''; } }