var fDesc=new Array(); fDesc[0] = "Simple Speech is an augmentative communication software program that utilizes speech-generating technology to allow users to communicate through an array of picture symbols. Simple Speech allows for ease of use by providing a clean and simple interface by which to express wants and needs. Simple Speech offers the flexibility to edit the interface to suit the communicative ability of the user; it can be as simple or as complex as simple as the user needs. Simple Speech allows for an infinitely customizable experience, through the use of its flexible editing tools."; 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 = ''; } }