var fDesc=new Array(); fDesc[0] = "SpringBoard Lite - PASS (PRC Application and Support Software) software allows you to create, modify, and save vocabularies, then load them into your communication aid. With PASS, AAC support professionals can work on their client's device contents without needing to have the device present.ou can also use the PASS to create support materials; cheat sheets, manual boards, vocabulary lists, and so on."; 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 = ''; } }