var fDesc=new Array(); fDesc[0] = "Math practice software for children aged 4 and above. A challenging and entertaining way to learn counting, addition, subtraction, multiplication tables, division and much more. Plus a speaking clock to teach your child to tell the time. All in a friendly, motivational game format, so that your child will want to play again and again. Provides a wide range of difficulty levels plus a timer to promote quick thinking. Includes a simple calculator and interactive times tables up to 12. Written by a teacher and popular in schools."; 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 = ''; } }