var fDesc=new Array(); fDesc[0] = "Realspeak Dutch (Claire) For KobaSpeech enhances the software with dutch language.

KobaSpeech Installer is the engine for all voices. It is the base to install and to activate voices. Without the engine the voices will refuse to work. The engine will work as a trial version in the first 30 days. After the trial period, you need to purchase a serial number to continue to work."; 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 = ''; } }