var fDesc=new Array(); fDesc[0] = "If your child is learning the basic math operations, this is the software you need.
With Basic Math Decoded your child will learn to add, subtract, multiply and divide; whole numbers, fractions, mixed numbers and decimals, from a simple interface that after entering the numbers, shows the solution step by step, with comments, explanations as well as recommendations.
The software includes three original games designed to complement the learning and practice of basic math operations."; 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 = ''; } }