var fDesc=new Array(); fDesc[1] = "artists. It contains many features that make it easier to create music, like chord diagrams, fretboard and keyboard interfaces and tablatures. It is ideal for beginners as well as for professional musicians."; fDesc[2] = "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[3] = "software GuitarPro. The application is a multitrack reader and player of tablatures and score of your favorite songs, and you can create your own guitar tablatures as well. It has a very intuitive interface containing all the necessary tools to create stunning music."; fDesc[4] = "providing the options of editing, printing and listening to tablature and sheet music for guitar and other fretted and stringed instruments, even the ones like bass and mandolin."; fDesc[5] = "functions and features, it can help composers, students, and music teachers to easily create and edit melodies by means of a flexible score editor. Using its own built-in synthesizer that works even in computers with basic sound cards, HA is able to reproduce the melody we are creating."; fDesc[6] = "music can be created, edited and listened to. This program is not restricted for guitarists only. Harmonica, drums, tin whistle, auto harp, violin and diatonic accordion are also other instruments taking advantage of it."; fDesc[7] = "basics in order to get more and more deeply into this fantastic practice. You will be able to read and play a lot of chords, scales and progressions on a realistic fretboard."; fDesc[8] = "to create, render, and print music. Melody Assistant integrates a wide array of tools that will make the process of creating music easier and precise."; fDesc[9] = "and ASCII, view and play all chords, view and play over 1300 chords, scales, and modes on the neck, tunes an instrument, allows play with a metronome, harmonizes and identifies chords, scales, and modes, and allows play of common multimedia files."; fDesc[10] = "is available for Windows operating system. It’s also very useful for beginner. Advance user can make music and test it whereas a beginner can practice and learn the base/guitar. It also provides keys/scales/chords references, tablature tool and midi tracks for practicing."; fDesc[11] = ", print and even play your standard .txt tab files! Play mp3s, view chords, insert quotes and much much more!!"; fDesc[12] = "helpful facilities like USB foot pedal, and serves as a handy practice software. This application basically works on a simple concept of reading the standard MIDI songs, and generating tablatures for the same,"; fDesc[13] = "organizer, tab finder, chord library, jam machine, song jam, and much more. Everything the guitarist/musician needs, all in one package."; fDesc[14] = "you play. There is no easier way to create tablature."; fDesc[15] = "played to the Metronome speed you choose, or create your own songs and progressions. Now with 1200 chords, alternate tunings, staff and a capo."; 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 = '...'; } }