var fDesc=new Array(); fDesc[0] = "Dally Dinosaur Teaches the Alphabet is an interactive game that was specially developed to help your child learning the alphabet. With the help of Dally Doo, the friendly dinosaur, now it's easy more than ever to learn. The narration, music, and animation will keep pre-schoolers entertained for hours! Your child will have to search, match, find and count images, numbers, letters etc."; 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 = ''; } }