var fDesc=new Array(); fDesc[1] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject."; fDesc[2] = "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[3] = "Internet. It is password protected, so that is the first good feature of the software. Your kids will only be able to access the PC when you want. You can set the programs that your kids may use, as well as the time when they can use them."; fDesc[4] = ", etc.. It is commonly used as a virtual studio or as a collection of virtual instruments to use live or with other software sequencer."; fDesc[5] = "master the blind typing method. The features of the program are the easy and stylish interface, the sequential learning process with free choice of the program modes, the background music and the user-friendly help."; fDesc[6] = "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[7] = "the chords and scales derived from them in all their positions and variants. It also includes a tuning feature, a metronome and a function that allows you to listen to evey chord and scale presented. If you are a guitar player of any style, this software is for you."; fDesc[8] = "create music. Kids enjoy recording their own vocals; and be creative in their own way."; fDesc[9] = "instrument, such as tuning, struming, arpegios, rhythms, and so on. It also includes an useful tuner and a metronome. The demo version includes only the first few lessons."; fDesc[10] = "tracks or play your favorite songs. The possibility to convert your track to a MIDI file gives you the opportunity to listen to it on any MIDI software and share it with your known’s and friends."; fDesc[11] = "huge database of chords you can use in your compositions. Also, you can create your own chords with its intuitive interface. You can edit your composition, as well as play it and print its chords."; fDesc[12] = "scale, and also to create your own ones. You can even hear the different chords and scales in several guitar modes, like nylon-string, distorted, electric clean, and so on."; fDesc[13] = "guitar fretboard and a piano keyboard. These features serve as a reference for finding all of the notes in a key, the chords in a key and different ways to play these chords. Key-Note has been designed for players of all levels, and beginners will find the includedhelp file to be a good starting point for learning music theory."; fDesc[14] = "scores and so on. It has a very intuitive interface and lots of features, such as a score/tablature viewer that allows you to mute any instrument of the arrangement and play along. You can purchase and download many musical scores and books in any style and by almost any artist."; fDesc[15] = "more of your music."; 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 = '...'; } }