var fDesc=new Array(); fDesc[0] = "These programs were all developed with the user in mind. There are no menus or navigation buttons on the screen-use the escape or alt/option key (depending on access mode) to return to the main screen. After downloading, expand the folder and install into the directory you wish. It's that easy!. Informal diagnostic tool to assist speech-language pathologist with identifying a language representation system for AAC users."; 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 = ''; } }