var fDesc=new Array(); fDesc[0] = "Pulsen is a music and rhythm video game based off of the StepMania 5 engine available for Windows (and later Mac OS X and Linux) which relies on the ability to listen to musical beats and catch notes in accordance to those beats.
Much like an electronic whack-a-mole, in Pulsen you time each and every note by tapping a key or pressing a button."; 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 = ''; } }