var fDesc=new Array(); fDesc[0] = "KobaSpeech 2 is a speech synthesizer with the possibility to include all voices from Nuance VOCALIZER. The High Quality voices 22kHz have a standard SAPI-5 interface for Microsoft Windows. KobaSpeech 2 is a program that combines voices in that way that they are recognised by a speech program. KobaSpeech 2 uses the most recent voices of Nuance VOCALIZER. These natural high quality voices are standard SAPI-5 and 22khz. KobaSpeech 2 with Nuance VOCALIZER voices is the new successor of the Nuance RealSpeak voices."; 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 = ''; } }