var fDesc=new Array(); fDesc[0] = "MathLanders A is a math practice software whose main purpose is to motivate students for math work. It currently covers material for grades 1 to 6, but it can be used by older students as well. Material covered by MathLanders includes number sense and numeration, counting, rounding, place value, additions and subtractions, multiplications, divisions, fractions, mixed operations, equations, whole and decimal numbers and more. MathLanders has been very carefully designed such that its math modules are categorized upon up to 5 different criteria, each involving a different reasoning aspect related to the same type of quiz. Each of these five categories then contains multiple levels of difficulty."; 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 = ''; } }