var fDesc=new Array(); fDesc[0] = "Arithmemouse Times Tables is a multiplication game that facilitates teaching children multiplication facts. Arithmemouse Times Tables can run on 2000, Me, XP, & Win. 7 machines.

Main features:
-Teaches multiplication facts 0 - 12
-Arithmemouse Button
-Not just a drill. Focuses on learning first and testing second.
-Arithmemouse Button
-Nonviolent with light puzzles.
-Arithmemouse Button
-Low system requirements. (Playable on most desktops, laptops and netbooks. No mouse required.)"; 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 = ''; } }