var fDesc=new Array(); fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; fDesc[2] = "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[3] = "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[4] = "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[5] = "G3C, the application caters to the needs of a wide range of users ranging from the amateurs down to professors of the guitar. The software displays chords and scales from the chord-files, featuring over a thousand chords, 48 scales and 13 tunings."; fDesc[6] = "several positions and voicings. Also, you can type or paste the lyrics and chords of a song, and the program extracts the chords automatically, also letting you to transpose them. It contains many Western scales, and some exotic scales as well."; fDesc[7] = "program offers a scales and chords pattern with the opportunity to hear their sounding. All necessary view windows are located in a window for your convenient."; fDesc[8] = "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[9] = "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[10] = "several hundred chords and scales to start with."; fDesc[11] = "and key combinations while you play. You will never have to read music, or understand music theory to learn and use scales"; 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] = ", GuitarPower is a truly interactive learning system. Quickly and effectively learn to use scales, chords, arpeggios and notes"; fDesc[14] = "several hundred chords and scales to start with."; fDesc[15] = "voicings, filtering them by difficulty or inversion, and list all the modes you can play over."; 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 = '...'; } }