var fDesc=new Array(); fDesc[0] = "Lexia Reading is defining the future of reading education. The award-winning product is a technology-based system of differentiated practice, embedded assessment and targeted instruction, designed as an essential component of every reading curriculum. This scalable approach provides educators norm-referenced measures that predict performance and prescribe instructional intensity to improve reading achievement."; 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 = ''; } }