var fDesc=new Array(); fDesc[0] = "Valgetal challenges you to complete basic math equations by controlling the placement of falling numbers. If you create a vertical column of three blocks, the number on top must be the sum of the two below it. If it isn't, you are penalised by a reduction in the size of the container, which immediately makes it harder to control successive blocks precisely. There are 20 progressively difficult levels to begin with, in each of the four math disciplines. A high-score board lets you post your name and results. The game's name means ''falling numbers'' in Dutch: English, Friesian, Dutch, German and Spanish interfaces are included. Although it's great fun, it's also an addictive learning tool that educators and students should check out!"; 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 = ''; } }