var fDesc=new Array();
fDesc[1] = "convert them to wav, mp3, OGG, etc. audio files to be saved on the user PC. User can run the application directly from the Windows Command Line. The help file shows all the available options for these commands. The Help file comes in HTML format and it is displayed by the Internet browser.";
fDesc[2] = ", MySpace, Metacafe, Dailymotion, iFilm, yuvutu, crunchyroll and over 667 YouTube-like webs.";
fDesc[3] = "from the main window to perform a desired action. You can split any large file into a desired number of files, merge them back into one or convert to/from WMA, WAV, OGG or MP3 formats.";
fDesc[4] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported.";
fDesc[5] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On.";
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] = "It can work with AVI, DivX, Xvid, MPEG, WMV, MOV files, allowing to set start and end points of the output. Batch conversion is also supported.";
fDesc[8] = ", GSM, A-LAW, u-LAW, MP2, MPC, and many more audio formats.";
fDesc[9] = "Stereo, Join Stereo, Mono and Dual Channel.By changing MP3, WAV and WMA settings, you may make a choice between speed and quality.";
fDesc[10] = "formats–MP3, WAV, OGG, VQF and WMA (including WMA9). You can convert from and to any of these formats, providing a batch conversion capability that allows you to select a different source and target format for every audio file.";
fDesc[11] = "files. The application is an innovative music player capable of doing loads of cool auto-mix sorting operations. It has customizable auto-mix settings based upon the audio files, and adapts to a variety of genres accordingly. It has dual independent players along with Vu meters.";
fDesc[12] = "initially designed for audiobooks, this free open source project helps you to keep all your MP3 recordings organized and tagged, regardless of its content. It supports Vorbis and ID3 tagging (both v1.1 and v2.3), and creates NFO, SVF, and PAR files, together with WinAmp-compatible playlists (M3U).";
fDesc[13] = "program converts any unprotected audio files to output formats such as MP3, WMA, WAV, OGG Vorbis, and ARM to MP3, WMA and WAV. File formats such as WAV can be converted to MP3.";
fDesc[15] = ", including MP3, MP2, WAV, WMA, OGG, VOX, G726, RAW and many more. Not only can you open and edit audio files, but you can also save to many audio formats such as MP3, WAV, VOX, OGG, G726, WMA and RAW.";
fDesc[16] = "allows you to save the output file in any of the supported audio codecs, therefore adding to its main functionality that of a powerful encoder. It includes a built-in audio player for you to listen to the selected fragment before cutting.";
fDesc[17] = "This efficient conversion tool supports many audio formats, including Mp3, Ogg, WMA and WAV. The program will convert your audio files in a very short amount of time, without losing any of your original files' quality on the process.";
fDesc[18] = "another. The program supports a lot of audio formats, such as AAC, AC3, MP3, AMR, OGG, WAV, and AMR. This audio conversion tool is very fast and easy to use.";
fDesc[19] = "MP3, WAV, WMA, OGG and VOX file in seconds. The conversion is easy to use. Just add some audio files to the conversion list, choose an output format and you are one click away from the converted media.";
fDesc[20] = "into another. This nice application has the advantage of supporting a lot of audio formats, including the most popular ones (Mp3, Mp2, WMA, OGG) and many others.";
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 = '...';
}
}