var fDesc=new Array(); fDesc[0] = "Used with an interactive whiteboard or projector, one pupil can dance but others will be sure to be joining in. Choose from over 90 ready-made curriculum focussed activities, which can be used as they are or edited to match your own objectives. You can even make your own activities from scratch.

Pack comes 'ready-to-dance', complete with a dance mat but can be used just as successfully without a dance mat connected, either using a mouse or whiteboard pen.

The pack will cover a variety of curriculum areas such as Maths, Literacy, Science and MFL. Sample maths activities:

- Step on numbers that add to 10. Pupils are shown 3 then 6 then 4 etc and have to step on 7, 4, 6 etc.
- Step on the decimal. Pupils are shown ¼ and have to step on 0.25, shown ¼ ¼ and have to step on 0.5 etc
- Each activity gets progressively more challenging as pupils use it."; 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 = ''; } }