var fDesc=new Array(); fDesc[0] = "The AIM Explorer is a free simulation that combines grade-leveled digital text with access features common to most text readers and other supported reading software. Magnification, custom text and background colors, text-to-speech (synthetic and human), text highlighting, and layout options are presented in a logical sequence to help struggling readers decide which of these supports might help them to access and understand text."; 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 = ''; } }