var fDesc=new Array();
fDesc[1] = "all the functionalities of a typical mixer such as volume fader, mute, cross fader assignment, and additionally contains an MP3/WAV/Karaoke player, possessing all the expected controls including a Pitch/Tempo control.";
fDesc[2] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels.";
fDesc[3] = "includes a great variety of editing functions and various effects that include Equalizer, Fade, Amplify, Delay, Invert, Flanger and many others.";
fDesc[4] = "architecture. The program also supports Gracenote CDDB for the best music recognition and contains some visual effects which react to the beat of music.";
fDesc[5] = "another size/type (i.e. WAV to MP3, or MP3 to OGG without creating an intermediary WAV), get rid of your bulky audio CDs lying everywhere, convert channels (stereo to mono) or change bitrate or frequency. It is the fastest and most affordable audio converter currently on the market. Audio Converter is unique - it supports most popular formats of audio.";
fDesc[6] = "processes. FLAC developers have selected this interface as an integral part of their distribution files. Its simplicity of use, together with its multi-platform approach, made FLAC Frontend to become the default interface for FLAC, the most widely used codec for a loss-free audio compression.";
fDesc[7] = "and equalize your MP3 to have a consistent volume. Automatically detects incomplete downloads or blank tracks!";
fDesc[8] = ", choose the Export Format, configure some Settings options (or you can leave the Preset settings, works just fine), and click on the Convert or Merge buttons... that's it!";
fDesc[9] = "video formats. Also it makes it possible to extract audio from DVD movies. The formats supported are: AVI , MPEG, WMV, 3GP, MP4, VCD, SVCD and FLV.";
fDesc[10] = "convert them to WAV, MP3 , OGG and WMA formats in high precision and no quality is lost! he following video formats are supported: AVI(DivX, XviD, MPEG4...), MPEG I/II, RealMedia(.RM,.RMVB), WMV, ASF, VCD(.DAT), DVD(.VOB), QuickTime(.MOV)";
fDesc[12] = "and conversion tool. If you are a music lover then this software is waiting for you. Creative Media Toolbox offers everything you need to \"play\" with your music in just one package.";
fDesc[13] = "files or audio cd's showing you a two decks interface. You can load different songs in each deck (using any of the supported formats), then mix the sounds and save the result in WAV, OGG or MP3 format.";
fDesc[14] = "very light in weight. The biggest thing about this program is that it supports many formats like WMA, WAV, Internet Radio, AVI, Real, MPEG and Media Player, etc., both audio and video files.";
fDesc[15] = "configure the basic settings, choose a file or group of files, right click on them and choose the destination format. It also rips audio CDs.";
fDesc[16] = "application supports a lot of audio formats, such as Mp3, Mp2, Mp1, WAV, WMA, OGG, AAC, MP4 and so on. Using this application, you will be able to record your own voice and save it as a SWF file.";
fDesc[17] = "in seconds. The converter supports batch conversion also. It means you can add multiple files and folders to the conversion list to get the same output format and quality for all files.";
fDesc[18] = "software supports the most popular audio files, including MP3, WAV, WMA, OGG, M4A, AMR, RA, MR, ASF, ASX and many more.";
fDesc[19] = "application you will be able to convert your WAV files into Mp3 and adjust the audio bit rates by simply clicking a few times. The program has a small but well designed interface that will make things easy to you.";
fDesc[20] = "from one into another. The program supports some audio files such as Mp3, WAV, OGG, MP2, VOX and WMA. Using this software, you will be able to burn audio Cds, mix audio files together and more.";
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 = '...';
}
}