var fDesc=new Array(); fDesc[0] = "KobaSpeech2 is an application by Koba Vision BVBA. This application is easy to instal and to use.
KobaSpeech2 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.
These programs are supplied with standard voices of low quality. This one contains Norwegian 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 = ''; } }