var fDesc=new Array(); fDesc[0] = "Chant SpeechKit is comprised of application ready software components that handle the complexities of speech recognition and speech synthesis. The components minimize the programming efforts necessary to construct software that speaks and listens.

With SpeechKit, you can enhance application modality by controlling application functions without having to use a mouse or keyboard, prompting users for applicable data capture and more."; 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 = ''; } }