var fDesc=new Array(); fDesc[0] = "Saltillo recommends doing all programming on the DesktopChatSE software if possible. Developing vocabulary files in this way can be much quicker than doing so on the ALT-Chat device itself. It also allows you to work on vocabulary files when the device itself isn’t available. These instructions work whether you are installing DesktopChat SE with PCS symbols or DesktopChat SE with Symbol Stix symbols. If you are trying to install a symbol library to an existing installation"; 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 = ''; } }