var fDesc=new Array(); fDesc[0] = "RealSpeak Solo Direct Sin-Ji is a support language for Jaws software. The voices allow you to better understand a text that is spoken in Cantoneese.

These voices are available at no charge and will also work with demo versions of JAWS, MAGic, OpenBook, and WYNN that support the RealSpeak Solo Direct synthesizer. This RealSpeak™ Solo Direct voices work exclusively with 32-bit and 64-bit versions of JAWS 10 or later, MAGic 11 or later, OpenBook 9 or later, and WYNN 6 or later."; 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 = ''; } }