var fDesc=new Array(); fDesc[0] = "Dance Dance Dance brings the successful concept of Arcade Style Dance Games to the PC. Featuring 20 popular song titles of varying difficulty follow the on screen symbols that indicate where your feet need to be.

Keep in time with the music, bust the right moves, for a fun way to improve your dance skills and a great way to stay fit.

High scores can be achieved by developing your combo moves, and the better you dance the better you score.

Dance Dance Dance offers 10 levels of difficulty and 2 completely different dancing styles. When used with the Logic3 PC Dance Mat this provides both endless fun and exercise."; 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 = ''; } }