var fDesc=new Array();
fDesc[1] = "us with an excellent, fast, and easy-to-use converter tool, that gives us the opportunity to convert for free any of this audio formats: Mp3, Ogg, Wma, AAC, Wav (any combination is possible). We can convert Flac, Ape, Ac3, M4a to Mp3, Wma, Ogg, Wav.";
fDesc[2] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task.";
fDesc[3] = "clicks. The program also supports batch conversion and allows you to convert multiple audio files at once.";
fDesc[5] = "into another in a very simple way. This powerful software supports a lot of audio and video files, including MP3, WAV, WMA, WMV, MP2, OGG, APE, FLV, VOB, AVI, 3GP, RM, AAC, SWF, AC3, M4B, MPC, NUT, APE and many more.";
fDesc[6] = ", 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[7] = "excellent program you can also convert MP1, MP2, g721, g726, WMA, OGG and VOX formats. Using Alive MP3 WAV Converter 3.9 you will be able to finish the conversions in batches.";
fDesc[8] = "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[10] = "WMA, M4A, APE, WV, MPC, AU, AND ACC to different formats such as MP2, AC3 and many more. This application is available in four languages (spanish, english, portuguese and french).";
fDesc[11] = "files (*. wma, *. asf), AAC files (* . Aac), Apple Lossless Audio files (*. m4a), MPEG-4 files (*. mp4), Dolby Digital AC-3 files (*. ac3) to MP3, WAV, WMA, OGG, APE, FLAC, MPC and VOX files, quickly and without tangling.";
fDesc[12] = "very short amount of time with no quality loss at all. The program is very easy to use, it has got a friendly interface that will guide all users on how to get their files converted from one into another.";
fDesc[13] = "another in a very simple way. This application will allow you to convert your MP3, WAV, WMA, OGG files from one into another easily and in a very fast time.";
fDesc[14] = "them in any audio or media player. This program will allow you to do so. NewLive All Audio To Mp3 Converter 6.4 can help you convert WAVE and WMA files into Mp3 in a short amount of time.";
fDesc[15] = "with DRM are known to cause several headaches world-wide. That protection has a legitimate purpose, though: to fight piracy. But when you own the material, and you want it to move it around between your devices, being unable to can get very frustrating.";
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 = '...';
}
}