var fDesc=new Array(); fDesc[0] = "Cool MP3 Converter 1.8 is an efficient conversion tool that allows you to convert video files from one into another. The 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 allows you to convert one file per time or to convert a group of different files with different formats into a specific format all at once without losing the original audio files' quality.
Cool MP3 Converter 1.8 offers different ways to convert your audio files. You will be able to add the files you want to convert into the program's main window by clicking on the add button and looking them up on your computer or to directly right-click on the audio file you want to convert and click on the 'convert to WAV' option. Once you have selected the file or the files you want to convert, you will have to set some parameters for your conversions or choose the predetermined parameters and start converting without modifying them. Some of the settings you will be able to modify are audio sample rate, bit rate, quality and channels. Cool MP3 Converter 1.8 also allows you to play the audio files directly from the program's main window."; 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 = ''; } }