var fDesc=new Array(); fDesc[0] = "The game is intelligent. Everybody starts out with a mix of basic exercises. Those who get a high score are presented with more difficult exercises. Those who don't succeed, get easier exercises until they get the hang of it. Available in Dutch only! Puzzle your way through the haunted castle of Draconion in this educational game for children of the fifth grade (Belgium). Engage in math mini-games against highly intelligent monkeys and prove that you're the smartest!"; 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 = ''; } }