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] = "wireless guitar that you can use to play the game. The goal of the game is to play the songs that are featured on the game with your guitar. That is achieved by hitting notes when they appear on screen."; fDesc[3] = "keyboard as accurately as possible. The game is pretty much a port of games like Guitar Hero and Rock Band, but for the PC, Mac and Linux. That is one of its greatest features: that no matter what computer you have, you can play it."; fDesc[4] = "tones out of the software. The program includes realistic guitar and bass sounds that are very authentic. The Guitar Rig 3 has features like 12 amps, 6 bass and 17 guitar cabinets, nine microphones, four rotary speaksers and 44 different effects."; fDesc[5] = "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[6] = "Aerosmith? The group of Boston with 35 years of history behind them has introduced the second significant foray into the PC Gaming Universe."; fDesc[7] = "teaching method, without staffs and other things that maybe you don’t want to deal with. It’ll show you where to put each finger and on which string to play the melody you want to learn. This software is freeware, lightweight, and runs on Win98/98SE/Me/2000/XP."; fDesc[8] = "Now a new version 2.3 is available for downloading. Now it features 27 tuning types!"; fDesc[9] = "intuitive and easy to use. The program also contains an useful tuner which you can customize for using alternative tunings, adding an exotic flavor to your music. You can use the trial version during 30 days. After that, you must purchase a license."; fDesc[10] = "Its simplicity may be misleading because in addition to its playing and recording features, it offers a huge amount of different sounds, from Accordion to Xylophone."; fDesc[11] = "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[12] = "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[13] = "hear, and support for left-handed people. The program is free, and you can register for downloading free lessons. Purchasing of songs is currently unavailable."; fDesc[14] = "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[15] = "variations; a Guitar Tuner with realistic sounds and alternative tunings, as well as the standard one; and a basic Metronome that lets you choose between 3/4 or 4/4 time signatures, as well as the beats per minute you want to use."; 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 = '...'; } }