var fDesc=new Array();
fDesc[1] = "directly into MP3. This powerful conversion tool supports a lot of languages, you will be able to install it in French, German, English, Spanish, Portuguese, Ukrainian, Russian, Deutsch and many other languages.";
fDesc[2] = "Power Vocal Remover to create instrumental tracks from many CD recordings. Convert MIDI Karaoke KAR files into CD+Gs.";
fDesc[3] = "karaoke discs, MP3+G , Zipped MP3+G, BIN (non-compressed CD+G), MIDI Karaoke, KMA files, or any multimedia file supported by Windows.";
fDesc[4] = "to create, render, and print music. Melody Assistant integrates a wide array of tools that will make the process of creating music easier and precise.";
fDesc[5] = "notes on your computer's screen. The program will show you the notes while the music file is being played. The program will also allow you to download lots of MIDI files from the Internet.";
fDesc[6] = "file formats that include: MP3, MIDI, KAR, WAV, WMA, AC3, OGG, MPA, MP2, AU, AIF, SND, etc., and video formats VCD, MPEG, AVI, WMV, ASF, OGM, DIVX, DAT, SVCD etc.";
fDesc[7] = "pictures, mix them with text, and add special effects. Three presentation modes (paged, overwrite and scrolling) are available.";
fDesc[8] = "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.";
fDesc[9] = "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[10] = "Karaoke song). Advanced options allow to fine-tune the CDG track . Free Power CD+G Player and vocal removal tool are included.";
fDesc[11] = "the screen. You control the tempo and the volume of each instrument, while Notation Musician turns the pages and repeats practice loops.";
fDesc[12] = "others to sing, the Karino Audio Tools will be a useful and fun tool for you. Firstly, the Karino Audio Tools program features an audio converter that will change your audio input files into the karaoke format. Also the converter can convert .wav files to Mp3 format to record a CD.";
fDesc[13] = "controllers. On line change of: instruments, transposition, velocity ,... ... Can save changes to the midi file. Ly";
fDesc[14] = "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[15] = "audio format. This converter has a built in Midi console which will allow you to change the volume, balance or instruments for each of the 16 Midi channels that are offered.";
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 = '...';
}
}