var fDesc=new Array(); fDesc[0] = "Over in the Meadow is a learning program for children who want to use the computer but can't yet use a mouse. The program illustrates with a great slideshow the musical story of Over in the Meadow. The program can be helpful for children with limited language skills by giving meaning to words and concepts.

Also this educational software is made for children from 18 months to 4 years of age (or higher for children struggling with language delays due to autism or other causes)."; 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 = ''; } }