var fDesc=new Array(); fDesc[0] = "Free WMA to MP3 Converter is a completely free Windows media converter to MP3 format. Audio and Video are converted to MP3 in a single click, so they can be played on an MP3 player.

The program only shows the initial window where files to convert have to be added, the transfer window for setting the output folder, the MP3 settings for each of the files, the conversion window displaying the process sequence for each file, and a final window offering to open the output folder to see or listen the output converted files. It is that simple and easy to use.

On the initial window, the application asks the user to add Windows media files to be converted to MP3 format. The following window waits for the user to modify the output folder. Then, it displays the MP3 settings, bit rate, sample rate and channel mode, and the ID3 tag extracted from the input file for the user to modify if desired.

After all the desired files are added, the user press the Start button and the conversion begins, showing an emerging window displaying the process. Once the conversion is done, the user can check the converted files in the output folder.

The home page from the developers also offers another free product for converting MP3 files into WMA, VMV, ASF, and some other free products."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }