var fDesc=new Array();
fDesc[1] = "and AVC (H.264) formats, but supporting numerous other video and audio formats as well.";
fDesc[2] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD.";
fDesc[3] = "and equalize your MP3 to have a consistent volume. Automatically detects incomplete downloads or blank tracks!";
fDesc[4] = "complete audio converters on the internet. It works with lots of audio formats such as WAV, MP3, WMA, OGG, AAC, FLAC, MP2, MP4 and ACC.";
fDesc[5] = "that you can listen to your audio files on your cell phone anytime you want. Allok MP3 to AMR Converter 3.0 supports many audio formats, including WAV, WMA, OGG, MP3, AC3, 3GP, AMR, RMVB, MP2, RM, RAM, VOB, AVI, MPEG, VCD, WMF, ASF and many more.";
fDesc[6] = "all other conversion tools available on the Internet. However, it supports many audio formats and it lets you convert them into the following files: Mp3, WMA, OGG, FLAC, MPC, APE, WAV, PLS and M3U.";
fDesc[7] = "including MP3, WMA, OGG and WAV. The program is intended for batch conversion. It can convert music from a CD also, without copying it to your hard drive. You can customize the look of this converter with more than 20 given skins.";
fDesc[8] = "designed to help you convert between most popular video and audio file formats, making your videos compatible with any model of iPod, and iPhone. Apart from converting video files, this program lets you split and merge them, take snapshots etc.";
fDesc[9] = "codecs, including XviD, MPEG, Real Player, WMV, QuickTime, and MP3, ADPCM, PCM, or WMA. Every conversion job is defined individually, and the settings applied can be stored for later use. It includes subtitle support for SRT, SSA, and SUB files.";
fDesc[10] = "files. You can change the defaulted audio settings for both MP3 and WMA files, allowing you to decide on the quality and the size of the resulting files. Magic FLAC to MP3 Converter can also load your files directly from any CUE file.";
fDesc[11] = "another. This program also enables you to extract audio from video files. Using this conversion tool, you will be able to convert files such as Mp3, WMA, WAV, OGG, AAC, FLAC, MPC, M4A, AIFF and many more.";
fDesc[12] = "program enables you to convert your WAV files into Mp3 and WMA files. It can also convert Mp3 and WMA files into WAV files. The program is really easy to use and it has got an intuitive interface.";
fDesc[13] = "files. Some of the audio files you will be able to convert to are MP3, OGG, WMA, M4A, WAV, AMR, WB, AAC. MP2, AC3, AIFF and MMF. This software has got a very friendly and intuitive interface that will guide all users on how to get their files converted from one into another.";
fDesc[14] = "to WAV, but also to WMA. You can also convert from one MP3 file to another MP3 file in order to change its bitrate. You just need to right-click the audio file and select the output format of your choice, and MP3 To Wave Converter PLUS will start working.";
fDesc[15] = "MP3,OGG,WMA,WAV,AAC,A PE,FLAC, MPC and TTA.";
fDesc[16] = "audio files such as WMA, RA, MP3, OGG, WAV, M4A, NB, AMR, MP2, AAC, AC3, AIFF, MMF, FLAC, MP4 and many more. When converting one file into another, you will be able to set a lot of different parameters for your conversions.";
fDesc[17] = "a glimpse of an eye. Just select a folder or subfolder and the program will display all songs contained in it.";
fDesc[19] = "very easy to use. The software is able to support many kinds of file types, like MP3, CDA, WMA, WMV and AVI. The CD rip tool can work with MP3 and WMA9 files. The user interface is cool and also easy to use.";
fDesc[20] = "(including VBR), WMA, WAV, ADPCM, GSM, DSP, MP2, PCM (uncompressed Wave), OGG Vorbis, G721, G723, G726, A-LAW, U-LAW and RAW.";
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 = '...';
}
}