var fDesc=new Array(); fDesc[0] = "ABC Fun is designed to assist young children in learning the letters of the alphabet as well as improve their vocabulary. In the process your child will also learn to use the keyboard and/or mouse, improve hand-eye coordination, all while having fun.

To use the game, instruct your child to press letter keys on the keyboard. Your child will be delighted to see images and animations and hear interesting sounds. She will quickly learn to use the keyboard. While interacting with the game she will also learn the alphabet, improve hand-eye coordination and learn a few new words while having fun in the process."; 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 = ''; } }