var fDesc=new Array(); fDesc[0] = "Cepstral Emily is a text to voice add-on for the SwiftTalker application. You can open any text file and play using the "Emily" voice. Speech can be controlled using the transport control buttons found on the toolbar near the bottom of the SwiftTalker window. You can use these controls to Play, Pause, and Stop speech. They also allow you to skip forward and backward through text and jump to the beginning and end of the document."; 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 = ''; } }