var fDesc=new Array();
fDesc[1] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files";
fDesc[2] = "are engaged in music, seriously studies it or simply loves music and self-expression. Advantages of MagicScore: The convenient interface for a set of partitas, some variants of data input by means of the virtual keyboard, external MIDI devices and big set of musical symbols. Automatic and manual formatting of partitas. Reproduction and a seal of the partita. Preservation in format MIDI. Reading from format MIDI. Support of editing operations, copying and removal of a set of the allocated elements of the partita. A wide choice of elements of registration. An opportunity of adjustment of force of impact of each note at sound reproduction. The expanded opportunities of navigation.";
fDesc[3] = "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[4] = "built-in browser, and convert them to accurate sheet music. Sing along or practice your instrument while following the notes on the screen.";
fDesc[5] = "multiple functions and options, it came with 4 stereo tracks, 16 Midi tracks, plug-ins for the effects, video sync, aux buses and others. This tool provides the facility to create music files to share them with anybody.";
fDesc[6] = "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[7] = "own jukebox list. Up to 4 panels at the same time. Can read zip files Fully configurable midi.";
fDesc[8] = "copies the audio digitally-not through the soundcard-which enables you to make perfect copies of the originals.";
fDesc[9] = "processor, view it on the screen, hear it, edit it, and print high quality music scores, but keep in mind that music writing is a bit more complicated than text.";
fDesc[10] = "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[11] = "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[12] = "the output (3 rates available) The number of channels (mono or stereo) And if you want the volume";
fDesc[13] = "Features include editing a note's velocity, duration, channel, track, patch. Specific player is included.";
fDesc[14] = "This tool allows you to play the following file formats: mid, kar, rmi, mp3, wav, wma, au, snd, wmv, mpg, mpe, asf, avi, cda. It features audio and video recording, a media library, and the possibility of turning on and off instruments in .mid files.";
fDesc[15] = "professionally sounding drum performances including drum loops, fills, intros, endings, solo, and then simply trigger them by MIDI notes from your sequencer. Easily turn separate performances into complete drum track perfectly matching your song.";
fDesc[16] = "with the computer keyboard or with the mouse, and driven by a sequencer or by a MIDI player.";
fDesc[17] = "changes, transmits on MIDI channels 1-16, includes pitch and modulation sliders, and has five octaves of control.";
fDesc[18] = "possibilities for creating music, with a very intuitive graphic user interface, where all the notes are represented and the user only has to choose the instrument (s)he wants to insert and 'click' the notes into the desired positions.";
fDesc[19] = "play back with your portable Mp3 player or create Mp3 audio CDs with. Your files are converted without the need for a soundcard using SF2 virtual sound fonts that produce quality audio files.";
fDesc[20] = "different audio formats. The output formats this conversion tool supports are WAV, OGG, WMA and Mp3. Using this program, you will be able to convert your MIDI files so that you can load them in the most popular mobile devices, including iPhone, iPod, Mp3 players and cell phones.";
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 = '...';
}
}