var fDesc=new Array();
fDesc[2] = "another directly and on-the-fly (without temporary files produced).";
fDesc[3] = "program you are looking for. Power MP3 WAV Converter 1.1 converts different audio files such as Mp3, WAV, WMA and OGG in a very short amount of time.";
fDesc[4] = "in your computer from avi, mpeg, mov, rm, wmv, vcd, dvd, to MP3, WMA, WAV, MP2 files letting you for instance extract music from live concerts and play it on your iPod. It supports batch conversion, and allows you to set start and end points to extract a clip of the movie.";
fDesc[5] = "software supports the most popular audio files, including MP3, WAV, WMA, OGG, M4A, AMR, RA, MR, ASF, ASX and many more.";
fDesc[6] = "your video files to audio formats. There isn't really much to say about this application. It fulfills a rather specific task and it does so well enough.";
fDesc[7] = "version supports a lot of audio formats, including Mp3, Mp2, Mp1, WAV, MPEG, OGG, WMA and VOX. The program's interface makes things easier to users because it is very well designed and easy to use.";
fDesc[8] = "helps in converting the extracted audio file into various formats. The program features the ability to convert audio files from one format to the other.";
fDesc[9] = "The number of codecs this application can handle is really impressive, and is very likely to cover any user’s expectation, as ALL Windows media files are surely supported–AVI, MPEG, MP4, WMA, WMV, ASF, RM, DivX, XviD, AC3, OGG, MIDI, and many more.";
fDesc[10] = "wav converting tool to convert unlimited amounts of mp3s to the burnable wav format.";
fDesc[11] = "into another in a very short amount of time. The program is really easy to use, it has got a friendly interface that will let you know how to get your files converted.";
fDesc[12] = "multiformat convertor. The program is bundled with various features such as new opportunities to work with the output files. It converts to various audio formats in just a single click.";
fDesc[13] = "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.";
fDesc[14] = "files into WAV files. Using this software you will be able to convert a group of different files into WAV files all at once. The program has got a friendly interface that will guide all users on how to convert their files from one into another in a very simple way.";
fDesc[15] = "CD disc. When running the application, it installs all the necesary commands into the context menus that will appear when selecting a music file with the right mouse button, with its own icon shown.";
fDesc[16] = "Converter has a very small sized downloadable and it is very easy to install too. Allok WMA MP3 Converter is compatible with operating systems like XP, Me, 2000 server as well as 2003 server; however Allok WMA MP3 Converter is still not available for Vista operating system.";
fDesc[17] = "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[18] = "audio formats to wav formats. Allok MP3 WAV Converter is a award winning software by number of review sites for various software. Allok MP3 WAV Converter is still not available for free however one can download the trial version.";
fDesc[19] = "to convert WAV files into Mp3, Mp2 and Mp4 files with a very fast conversion speed and without losing any quality at all during the process.";
fDesc[20] = "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.";
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 = '...';
}
}