var fDesc=new Array(); fDesc[0] = "ChattyInfty is an editor of math documents with voice output, usable by visually impaired people. Math expressions can easily be input and edited using only keyboard, with simultaneous speech output of symbols and math structure with key operations.
It is a plug-in software of InftyEditor. All the functions of InftyEditor, e.g. conversion of the edited results into LaTeX, PDF, MathML, etc. can be used in ChattyInfty.
The default file format of ChattyInfty is identical with that of InftyEditor.(iml)"; 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 = ''; } }