var fDesc=new Array(); fDesc[0] = "The Nubble! 64 board runs from hexagons 1 to 64 and the game is played with three 8-sided dice. Nubble! 64 includes a “Headstart” option in which between 5 and 25 hexagons are randomly covered over at the start of the game. This means that pupils are immediately immersed in the heart of the game and a full game can be completed quickly at the start or the end of a lesson. Make the most of this fantastic way for your pupils to practice their times tables."; 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 = ''; } }