var fDesc=new Array(); fDesc[0] = "Featuring young adult characters and sports games to engage students in fundamental language arts skills, Language Arts Review 3b will appeal to middle school, high school, and adult students. It is especially appealing to to students who require lots of action and activity to keep their attention: from stock car racing to hot air balloons, pole vaulting to archery, and even hockey, bowling, and baseball, our games give immediate feedback to students on their progress."; 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 = ''; } }