var fDesc=new Array(); fDesc[0] = "SpeechPRO is a great tool that combines both an on-screen keyboard (top half) and a “dynamic display” expanding grid (bottom half) on a single screen. Designed for text and/or symbol based communication. Includes 5,500 communication symbols and Neospeech Premium voices."; 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 = ''; } }