var fDesc=new Array(); fDesc[0] = "The Grid 2 allows people with limited or unclear speech to use a computer as a voice output communication aid, using symbols or text to build sentences. You can also access your Windows desktop and other programs, with the built in Computer Control features. In addition to this, you can send and receive email and sms messages, browse the web, listen to music... and more too!"; 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 = ''; } }