var fDesc=new Array(); fDesc[0] = "Jumpido is a Windows Kinect-based educational game for school-age mathematics. Using Microsoft's Kinect motion-sensor, pupils need to combine intelligent thinking with physical gestures in order to solve problems. The six engaging game types in Jumpido have students jumping, stretching, and squatting. It also promotes physical activity in the classroom and helps break through learning barriers with fun, energetic, and easy-to-play games. The program includes 60 games and 20 math topics that follows the math curriculum for 6-12 year-old."; 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 = ''; } }