var fDesc=new Array(); fDesc[0] = "Letter Sounds helps children make the first, vital connection between the letters of the alphabet and the sounds they represent. Children drag pictures to the letters that make the first sounds of the word that describes the picture. Voice is used to be sure that children know the right word and to reinforce the connection between the first letter and the first sound in the word. Fun, educational hands-on learning."; 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 = ''; } }