var fDesc=new Array(); fDesc[0] = "Ending Sounds Interactive Game is a product that enables kids to match a fox to a box or a tub to a web—and get the hands-on practice they need to master ending sounds. It features an on-screen sorting board that dispenses animated activity balls, each with a cute picture representing an ending sound."; 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 = ''; } }