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] = "16-bit / 44.1kHz equivalent to 5Gb of uncompressed wav files. It features more than 8000 midi drum patterns with pre-listening, quick browsing and drag’n’drop functionality.";
fDesc[3] = "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[4] = "heavy metal. The software includes both the original DFH release and the Add-On pack that was released subsequently. The sounds for the program were played, recorded and produced at Dug Out studios by Tomas Haake, Daniel Bergstrand, Mattias Eklund and Fredrik Thordendal.";
fDesc[5] = "successful solution for audio and MIDI recording. It allows to do everything that you could do with digital multichannel audio studio – professional recording, mixing, editing, mastering on CD/DVD.";
fDesc[6] = "are modeled on the best classic and traditional hardware amp tones give users an array of choices to create sound mixes and Trash is takes the choice to another level by providing extra tones that you can’t have with hardware.";
fDesc[7] = "they can control limitless audio frequency bands with many options. Users can create unique sounds by chaining the effects of morphing, panning, and delay.";
fDesc[8] = "inspiration, create complete songs with drums and effects, collaborate online with musicians around the world for free, and cast tunes to RiffWorld.com. A free level of online collaboration is included with RiffWorks T4, which allows up to four musicians to collaborate on a song and chat simultaneously. RiffWorks loop-based recording workflow allows collaboration without latency or distance issues. As a track is recorded, it streams to other players and is perfectly in sync. All contributions are saved on RiffWorld.com and can be opened later in RiffWorks to continue recording. An unlimited number of musicians may contribute to a song (4 at a time). Mac and PC musicians worldwide are creating songs together online no matter how far apart they live. RiffWorks T4 (v2.2.1) Includes: Automatic track creation and loop recording with 4 layers plus drum loops 7 effects (Wah, Multi-band...";
fDesc[9] = "mix with other instruments for live performances or otherwise. The combination of Toontrack Solo, EZplayer Pro and EZdrummer or Superior Drummer allows the shaping of new MIDI grooves within the EZplayer pro arranger";
fDesc[10] = "and musicians to improve their skills. Even though the software is named as Guitarist, it is multi-instrument compatible. The instruments that are compatible with this software are Electric and Acoustic Guitars, 4-string instruments like Banjo and Cavaquinho, 5-string instruments";
fDesc[11] = "1970’s synthesizer, providing users with the opportunity to experience this synthesizer’s unique sounds through a new technological version. The Yamaha CS-80 was considered by many in the music industry to be the ultimate synthesizer in the 1970’s";
fDesc[12] = "adjustable filters as well as a functional reverb unit with simplified settings tuned to reproduce exactly spring and plate reverberations.";
fDesc[13] = "every day tool, the iZotope pHATmatik PRO 1.5 but with extensive features, this program allows users to break audio files into slices ready for manipulation by applying filters, pitches, and modulation.";
fDesc[14] = "different features and has a very simple and easy-to-use interface. Program may be interesting for musicians who want to make music into scores. It usually helps them in understanding their mistakes, discovering something new and improving their skills.";
fDesc[15] = "creation, 7 guitar-oriented effects, 4 Backups (InstantDrummer, REX Player, ReWire, Metronome), instant podcasting, and online music collaboration. Using the RiffWorks desktop recording application, up to four musicians can connect and collaborate on a song simultaneously. As a layer records, it instantly streams to other players running RiffWorks. As the Riff loops, other players can add more. All contributions are saved on RiffWorld.com and can be opened later for further collaboration. Musicians worldwide are creating songs together online no matter how far apart they live or what time zone they are in! During the beta test, over 600 songs were created by 200 collaborators worldwide (US, Canada, UK, EU, Japan, Australia, New Zealand, Brazil and more) with no latency or distance problems. RiffWorld.com is now out of beta, and 25,000 RiffWorks users are ready to play! Great for guitar...";
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 = '...';
}
}