var fDesc=new Array(); fDesc[0] = "Dynamite Math Ages 8-9 is a full multimedia math program for children aged 8-9. It consists of more than 50 exercises which covers subjects like addition, subtraction, multiplication, division and fractions. There is also a multi-level math game covering most of the subjects. It is a full multimedia application with lots of animation, sound and music."; 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 = ''; } }