var fDesc=new Array(); fDesc[0] = "Test your math skills with NumbersTouch, an educational game to help children practice their basics in addition, subtraction, multiplication and division.

Numbers’Touch begins by selecting the number of players, one to four. The corresponding number of players will each receive an equation box on their side of the game board. As soon as one person answers the question correctly, the round ends and the next turn will begin."; 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 = ''; } }