var fDesc=new Array(); fDesc[0] = "Download Nuance® RealSpeak™ Solo Direct voices that 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.
Choose any Sample link below to hear a brief demonstration of that voice. If you are a JAWS user, press H to move to the English level 2 heading below, and then press TAB to move to the different voice samples. If you like the voice and you want to use it, press DOWN ARROW to move to the Download link, and then press ENTER. 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."; 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 = ''; } }