var fDesc=new Array(); fDesc[0] = "Math Games - Multiplication 1.1 is a small, exciting and useful software which is designed and developed in such a way that it is fit to come into the educational category of games.
This software helps the school going children to learn and memorize the multiplication tables from 1 to 10. This software has a very easy and children-friendly interface which can be very efficient in helping the students to learn tables while playing it as a game and having fun while they learn. Firstly, the users have to select a main number for practicing the table. The users can select any number from 1 to 10. The next screen displays questions in mathematical table form dealing with the number selected in the first screen. The main question screen also has a robot which constantly encourages the student every time he/she answers a question. The lights on the robot's body get lit up and the meters start moving. The number of children holding the balloon also keeps on increasing with the correct answer."; 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 = ''; } }