var fDesc=new Array(); fDesc[0] = "TTS is just one of the projects at AT&T Labs – Research. Audio samples are for private, non-commercial use. Please be advised that differences may be noted between released NV products and the Research website demo. The application requests services from the TTS engine using either a Microsoft SAPI 4 COM object, SAPI 5.1 COM object, a Java program, or using a convenient set of C APIs that are included with the product. High-quality male and female voices are included in 8 KHz µlaw and CCITT G.711 alaw for telephony applications"; 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 = ''; } }