var fDesc=new Array(); fDesc[0] = "With Math Master, your child will not only learn basic skills like counting adding, and subtracting, but will also gain experience with practical situations like managing time and using money.
This program is designed to overcome a specific problem in learning math: the inability to assign a quantity to a number symbol. While many children can count 5 dots, if you asked them how much is 3 plus 2, they may not understand, with this tool you can fix this problem."; 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 = ''; } }