var fDesc=new Array(); fDesc[0] = "JS Install allows you to easily create setup files that automatically install any set of JAWS scripts.
The installation works very similar to the method used to install any other software.
With JS Install you can create a very simple setup file that simply installs your scripts, or you can choose from various options such as ReadMe files, Help files, Start menu and Desktop icons, license screen etc."; 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 = ''; } }