var fDesc=new Array();
fDesc[1] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio.";
fDesc[2] = "program can also create, encode, decode and convert between MP3 and other formats. MP3 WAV Studio - MP3 Player and MP3 Converter.";
fDesc[3] = "Mp3 files and convert them into burnable WAV formats. It is really easy to use. You will be able to convert your files into other formats just by right-clicking on them.";
fDesc[5] = "edit them using a sound editor. For converting MP3 into Wave format first you have to choose MP3 file and right click on it. By right clicking it will show a menu from which you have to choose Decode to Wav option.";
fDesc[6] = "evaluation copy from this page today!";
fDesc[7] = "software, you will also be able to eliminate MP3 files that are not working fine and decode them into WAV formats. This program will also allow you to convert your Wav files into MP3.";
fDesc[8] = "operation. You can leave your audio tracks in WAV format, and decode your MP3 files back into WAV by using its built-in Wave Encoder. It also includes a powerful ID3 tag editor, and offers you the possibility of adding a scan of your CD cover to your disc information.";
fDesc[10] = "files to WAV music format. The interface is very easy to use and asks the user to add MP3 files into the main window, where those are listed. For each MP3 file in the conversion list, user can see all the corresponding info: the ID3 tag.";
fDesc[11] = "and simple way. The program has got a really friendly interface that will guide all users, even the most amateur, on how to convert one file into another in a short amount of time.";
fDesc[12] = ", fast and easy.";
fDesc[13] = "WAV files. Also, convert MP3 to Mp3, and WAV to WAV - Fast and easy... free trial.";
fDesc[14] = "burn your own CD's with any Audio CD-R Burning Software. Feature Unlimited Batch-process, convert winamp playlists.";
fDesc[15] = "Play, Open, Tag, and Decode (MP3 / OGG / WMA to Wave) in Windows. Open more than one player and decode.";
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 = '...';
}
}