var fDesc=new Array();
fDesc[1] = "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[2] = "effects. This program is based on AmpliTube 2 software. It will be interesting not only for guitarists, but also for those who are looking for a max toolkit in one product. Also it could be an excellent supplement to AmpliTube 2.";
fDesc[3] = "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[4] = "package for the guitarists. AmpliTube Live has been recognized by many well-known guitarists and popular music editions as one of the best guitar effects. It is easy to control this program and its settings.";
fDesc[5] = "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[6] = ", thus you can generate libraries with symbols which can be easily used (many symbols are provided with Grids). Because of its design, it can be run very quickly in an easy way. Indeed, the documents created with Grids can be managed like folders, each folio can be composed of several pages. It can be used for networks schemes, for electrical schemes, for databases conception, flood charts, etc...Several original functions complete it: it can create a reverse-engineering of JCL files (welcome to the IBM world), it allows you to draw guitar tabs and grids (for guitarists of course), and also calendars ; it can execute midifiles, open www sites, and even a full screen mode which can be used as a midi prompt!";
fDesc[7] = "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[8] = "scale chart. This valuable resource provides a very effective environment to make its users learn the chords and scales across the entire fretboard.";
fDesc[9] = "organizer, tab finder, chord library, jam machine, song jam, and much more. Everything the guitarist/musician needs, all in one package.";
fDesc[10] = "powerful guitar amp simulation and effects solution. Unlock your potential now! Professional or newbie, GT Player is perfect for you. GT Player works both as a realtime standalone application and VST/AU plugin allowing to use your computer as a powerfull guitar multieffect processor in Nuendo, Cubase, GarageBand and others";
fDesc[11] = ", GuitarPower is a truly interactive learning system. Quickly and effectively learn to use scales, chords, arpeggios and notes";
fDesc[12] = "display your work in tab and standard notation. Also includes tools for scales, chords, a tuner, metronome, drum machine, and much more!";
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 = '...';
}
}