var fDesc=new Array(); fDesc[0] = "It is an application to automatically generate step files for DDR (Dance Dance Revolution) simulators, such as StepMania. It analyzes the music it is given to determine when and where to place arrows. Eric Haines has taken up development of Dancing Monkeys, and David Flink has created a friendly front-end called Gorilla."; 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 = ''; } }