var fDesc=new Array();
fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
fDesc[2] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[3] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click.";
fDesc[4] = "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[5] = "Power Vocal Remover to create instrumental tracks from many CD recordings. Convert MIDI Karaoke KAR files into CD+Gs.";
fDesc[6] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more.";
fDesc[7] = "functions and features, it can help composers, students, and music teachers to easily create and edit melodies by means of a flexible score editor. Using its own built-in synthesizer that works even in computers with basic sound cards, HA is able to reproduce the melody we are creating.";
fDesc[9] = "karaoke discs, MP3+G , Zipped MP3+G, BIN (non-compressed CD+G), MIDI Karaoke, KMA files, or any multimedia file supported by Windows.";
fDesc[10] = "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[11] = "pictures, mix them with text, and add special effects. Three presentation modes (paged, overwrite and scrolling) are available.";
fDesc[12] = "formats this program supports are WAV, OGG, WMA, FLAC, Mp3, APE, VOX and MPC. The program supports all popular MIDI formats. This application can convert your files with a very fast conversion speed.";
fDesc[13] = "Karaoke song). Advanced options allow to fine-tune the CDG track . Free Power CD+G Player and vocal removal tool are included.";
fDesc[14] = "Audio4You Karaoke Mixer supports many audio file formats for the background music. You can choose from Midi, Kar, Mp3 or Ogg. The Midi version allows for 16 MIDI channels.";
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 = '...';
}
}