var fDesc=new Array(); fDesc[0] = "Maths Made Easy One contains 120 comprehensive lessons and activities covering 30 progressive units of work. Includes animated lessons and demonstrations.Includes extra times table activities, from numbers 2 to 13!Printable progress reports, lessons and certificates. Maths Made Easy is perfect for use in both the home and classroom."; 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 = ''; } }