var fDesc=new Array(); fDesc[0] = "Learning to Get Along Software is a social skill and character education program for children ages 4–8. The software series features 15 well-written, attractively illustrated stories that consistently model appropriate social skills and positive behaviors for young learners.
The software reads the books aloud with highlighted text and lets students click on any word for identification. You can assign books to each student and select the highlighting method (word by word, line by line, or sentence by sentence). Engaging questions with speech at the end of each story challenge students and provide you with data on comprehension."; 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 = ''; } }