var fDesc=new Array();
fDesc[1] = "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[2] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[3] = "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[4] = "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[5] = "files (executables, libraries, custom controls, data files e.t.c.) and extracts multimedia files. Extract files stored in EXECUTABLES, LIBRARIES, MICROSOFT® OFFICE FILES, DATABASES, RAW or BINARY FILES (like exe, dll, ocx, doc, ppt, xls, pdf, mdb...) .";
fDesc[6] = "16-bit / 44.1kHz equivalent to 5Gb of uncompressed wav files. It features more than 8000 midi drum patterns with pre-listening, quick browsing and drag’n’drop functionality.";
fDesc[7] = "single-instrument polyphonic music. It's a powerful tool to help you to transcribe music, to practice musical instruments and to make MIDI files.";
fDesc[8] = "conversion speed. The program supports a lot of audio and video formats, including MP3, WAV, AMR, MMF, MIDI, AAC, 3GP, MP4 and many more. Using this software, you will be able to convert any audio file you have got and convert it so that you...";
fDesc[9] = "instruments in a polyphonic audio track and creates MIDI files for each of the instruments represented. Capable of recognizing as many as 93 different instruments, it opens any WAV, MP3, or WMA file, rips any track from an audio CD, and records audio directly from various external sources.";
fDesc[10] = "this tool you should have a full duplex sound card and DirectX 9.0 or later installed on your system. MIDI formats of sound files are not supported in many tools and players so by using this tool you can get a WAV version of a MIDI file so that you can burn it onto a CD easily.";
fDesc[11] = "into a microphone and transforms it into MIDI score. The score can be edited in a built-in editor.";
fDesc[12] = "the output (3 rates available) The number of channels (mono or stereo) And if you want the volume";
fDesc[13] = "with the computer keyboard or with the mouse, and driven by a sequencer or by a MIDI player.";
fDesc[14] = "presented before some audience? To make your favorite music ready for a wide range of devices, including portable players and mobile phones? MIDI to WAV Converter offers a quick and effective way to convert MIDI music to WAV, MP3, WMA, or OGG audio formats. By using SoundFonts it greatly reduces time needed for each MIDI to WAV conversion and also allows creating high quality music. While similar tools depend on the recording capabilities of your sound card, MIDI to WAV Converter can convert MIDI even on systems that don't support MIDI recording. The program employs two methods of MIDI to WAV conversion. By default, it converts MIDI to WAV with SoundFonts, which is much quicker than the other method. SoundFonts are banks of samples recorded from real musical instruments. By using them, MIDI to WAV Converter makes converted music as natural as possible. Different SoundFonts are...";
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 = '...';
}
}