var fDesc=new Array(); fDesc[1] = "It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files."; fDesc[2] = "many dance games and all games can be played using PC keyboard, dance pad or hand sensors. You need to load songs to play this game. These songs can be down load from its website. StepMania works on Windows 98/ME/2000/XP, Linux and OS X platforms."; fDesc[3] = "allows up to six players to sing along with the music that sounds through your speakers, reading the lyrics in your screen, using microphones in order to introduce your voice and score points, depending on the pitch of the voice and the rhythm of singing."; fDesc[4] = "exercises to identify intervals, chords, chord inversions, chord progressions, scales and modes. It also has exercises in transcribing melodies and rhythms and in sight-reading or imitation of rhythms."; fDesc[5] = "song within no time. It is very easy to use without any advanced controls. This program automatically detects the rhythm and dynamics of any song to create incredible \"beat-synchronized\" remixes."; fDesc[6] = "allows you to play twelve poker hands at once. 5-Card Slingo offers three different game modes, to choose the one that suits your level and rhythm. Moreover, 5-Card Slingo offers an attractive graphics and cool sound effects."; fDesc[7] = "(equalizer, reverb etc.), WAV, MP3, OGG Vorbis file support, pattern banks, custom drumsets, triggered fade-offs supports, MIDI import."; fDesc[8] = "features to control the screen, music, background and many other more that increases the options to enjoy it. You need to load songs before to play this game. StepMania works on Windows 98, Windows ME, Windows 2000, Windows XP, Linux and OS X platforms."; fDesc[9] = "Use WAV files for drum sounds. The song can be mixed down to a standard WAV file for use in other applications."; fDesc[10] = "professionally sounding drum performances including drum loops, fills, intros, endings, solo, and then simply trigger them by MIDI notes from your sequencer. Easily turn separate performances into complete drum track perfectly matching your song."; fDesc[11] = "plays music while displaying the beat-count, and gives helpful hints about how to find the one-count. The program also has a testing feature."; fDesc[12] = "a screensaver. It will not display very complex animations, nor will display breath taking landscapes or cute creatures. This one will put your screen to dance. But don’t expect to dance along disco or pop music. Get ready to start dancing in outer space."; fDesc[14] = "Along, Repeat After, Reading, and Dictation. All standard time signatures and divisions + fully customize"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }