var fDesc=new Array();
fDesc[1] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once.";
fDesc[2] = "transitions that enable anyone to produce cool MP3 mixes. In the program's nice graphic interface, different visualizations show the beats as the music plays.";
fDesc[3] = "software and will provide them with high quality virtual string instruments, a drum set, bass guitar, and electric piano. With this software installed, users can build sections for their songs, practice, or jam.";
fDesc[4] = "Virtual Music Studio Products for PC – Dance eJay 7. In this program, you are confined only by a music genre. What comes to everything else, you are free in your creativity. You can make your own songs and unique mixes.";
fDesc[5] = "software version also brings polyphony, MIDI management, presets, coupled with other advantages of modern tools - behind the control panel are additional functions: a modulation matrix, an arpeggiator and an independent LFO as well as a stereo chorus and a delay. Functions either as a stand-alone application, or VST, DXi, RTAS, MAS or HTDM instrument.";
fDesc[6] = "as well, to record and rip and burn CD and DVDs. This powerful application will allow you to record your own voice, music or any audio file just by using it with a microphone.";
fDesc[8] = ", Cut, Paste, Move, Delete, Fade In/Out , Cross fade, mix, amplify, normalize sound, add vibrato, invert, delay, flanger, phase, noise, chorus, reverse, use filters.";
fDesc[9] = "amps, preamps, power amps, and effects to create your own signature tone. ReValver MK III is the software which models the 15 most popular guitar amplifiers.";
fDesc[10] = "effects like chorus, compression, distortion, echo, flange etc. These features can be adjusted as per user preference. The tool provides a lot of features like gain, attack, release and pre-delay which have minimum and maximum limits and can be adjusted based on one’s preference.";
fDesc[11] = "and tuner.";
fDesc[12] = "sub busses and effect returns, as well as powerful sequencers, generators and effects. All common interfaces, ReWire2, VST and DirectX are fully supported. Orion Platinum ships on CD with a 600 MB library of more than 800 royalty-free presets and high quality multisamples.Orion Platinum comes with a selection of 37 internal effects - including reverb, delay and chorus effects, a full parametric equalizer, and more.";
fDesc[13] = "you can choose to create different sounds, pitches or effects. The program is a plug-in that lets you adjust many features and achieve the sound you want, whether it is a same note chorus or a newly modulated pitch with sound effects.";
fDesc[14] = ", Blue Cat's Chorus Plug-In. The difference is that they have added a subtle to very deep stereo effect feature that allows the user to create an incredible stereo effect. By tinkering with the 'stereo' control and you will be able to get this famous widening stereo chorus effect.";
fDesc[15] = "for communication between musical instruments and computers. Sweet MIDI Player lets you play MIDI files and adjust different MIDI parameters. With this program, you will be able to audition all MIDI files and modify them in a very easy way.";
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 = '...';
}
}