var fDesc=new Array(); fDesc[0] = "JAWS Script Exchange (JSX) is a program intended to assist and promote the sharing of script files among users of the JAWS screen reader (from freedomScientific.com).
JSX facilitates both the installation and packaging of script files. If a set of script files are available in a zip archive, JSX will help you install them to the appropriate JAWS folder on your computer.
If you have script files you want to share with others, JSX will help you package them into either a zip archive or a self-installing executable."; 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 = ''; } }