var fDesc=new Array();
fDesc[1] = "program removes the voice on your audio files. If you like a song but you do not like the way the singer sings or if you want to listen to the music alone, you can use this program to edit it.";
fDesc[2] = "MuseScore, because this musical score editor will simplify your work, and your results will be exceptional. The final projects can be saved in many file formats, like PDF, MID, WAV, SVG, XML, etc.";
fDesc[3] = "songs with the help of Power Vocal Remover, viewing soundtrack graph, synchronizing lyrics to the music, decreasing playback speed for better synchronization and more.";
fDesc[4] = "balance and changing the tempo rate of an audio file. Karaoke Sound Tool supports MP3, WAV and BIN file formats. Time line enable the user to modify particular or desired part of the audio file.";
fDesc[5] = "vocals from almost any song, saving then tracks ready to use in karaoke. Karaoke Anything! supports .mp3 files and regular CD Audio.";
fDesc[6] = "instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song.";
fDesc[7] = "create music. Kids enjoy recording their own vocals; and be creative in their own way.";
fDesc[8] = "it’s very powerful and can help professionals in so many ways. It’s a tool where anyone can create and mix his own tracks. Voice recording facility is also available with this software so any singer can edit the track and remove vocals from it and record his own voice.";
fDesc[9] = "quickly with the instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song.";
fDesc[10] = "quickly with the instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song.";
fDesc[11] = "with lyrics, record with a microphone, make backup disc copies, make exact copies of Karaoke CDG, and burn discs.";
fDesc[12] = "family’s program. Using this software you can create remixes, record vocals and burn your mixes on CD, export music to MP3, share music online at ACIDplanet.com (the Internet's premier site for sharing original music and video). You can record and loop unlimited audio or Midi tracks.";
fDesc[13] = "allows multiple tracks editing and remixing. The loop browser has a wide selection of effects like bass, beats, FX, guitar, keys, vocals etc. The master selection helps in the selection of tempo and snap.";
fDesc[14] = "and video samples come supplied. In the Arranger, samples and videos can simply be dragged onto the track, looped, enhanced with effects, and modified for export. There are various synthesizer plug-ins for creating your own sounds.";
fDesc[15] = "(180 degree phase offset). Great for hearing the music more clearly as well as ripping samples! Compatible with any realtime or non-realtime ...";
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 = '...';
}
}