var fDesc=new Array(); fDesc[1] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[2] = "manuals, the latest albums or songs, choose from a variety of styles, create your own music and enjoy the art of playing different instruments. You can also play in karaoke style, record your music and evaluate your performance. No more waiting, Digital Music Notebook is here for you!"; fDesc[3] = "notes on your computer's screen. The program will show you the notes while the music file is being played. The program will also allow you to download lots of MIDI files from the Internet."; fDesc[4] = "according to your needs. It also features a function for creating loops and Karaoke files. The trial version is fully functional during 15 days; after that, you must purchase a license."; fDesc[5] = "a chord dictionary and a useful tool to help you out in remembering the most of them. It’s important to make clear that Chord Helper is not a playing application, instead of that, it only shows you how to play chord on your music keyboard."; fDesc[6] = "musicians become accessible to you with this acclaimed transcripton tool. Top sound quality and convenience for musicians at all levels."; fDesc[7] = "menu, graphically designed, will guide you to the four sections of the application: Chord Encyclopedia, Note Tutor, Keyboard Basics and Name that Note. Let’s know a little bit more about them."; fDesc[8] = "the screen. You control the tempo and the volume of each instrument, while Notation Musician turns the pages and repeats practice loops."; fDesc[9] = "support users need, mainly those who play, or want to play, the piano or keyboard. Users are presented with an easy to use interface that provides them with exercises and animations."; fDesc[11] = "effective educatinal tool. Its simple to use. Dedicated to promoting education, it comes with a free level which never expires."; fDesc[12] = "the game is to provide sound and color learning cues which will make the tedious and repetitive piano practice sessions into an educative game."; fDesc[13] = "Music Works, a comprehensive suite of multimedia tutorials that explain music in clear, simple language you can relate to."; fDesc[14] = "Complete Note Range Bass and Treble Clef. Print Test and grade reports. This is the best music note learning program out there. See for your self."; 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 = '...'; } }