var fDesc=new Array(); fDesc[0] = "Making your own dance moves with the supplied software couldn’t be easier. Just click and drag to add motion and tempo. With the digital playback option you can easily see the results on the screen.
More than moves. With over 700 possible variations, the light effects are a feature in their own right. You can add and preview just like you can with the dance moves, so get mixing and matching for another dimension in music experience."; 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 = ''; } }