var fDesc=new Array(); fDesc[0] = "MultipliK12 is an educational game for learning and practicing the multiplication tables.

Put your kids' multiplication skills at test! MultipliK12 is Shareware; try it before you buy it!

MultipliK12 features 9 levels of complexity. At each level, the player must correctly respond to a set of multiplication operations to gain access to the next level.

Also, MultipliK12 features two modes of operation, Random Table and Fix Table.

Have fun learning and practicing the multiplication tables!"; 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 = ''; } }