var fDesc=new Array(); fDesc[0] = "Super MP3 WMA Converter 1.0 is a very useful application that allows users to convert Mp3 files into WMA files and WMA files into Mp3 files. The program also supports converting WAV and OGG files. The program provides you with the function of modifying some advanced audio settings such as audio bit rate, frequency, channels (mono or stereo) and quality. The program's interface is very well designed and it will be really easy to use to figure out how to get your files converted and how to perform different advanced actions. Super MP3 WMA Converter 1.0 allows you to convert one single file per time or to convert a bunch of files into a specific format all at once maintaining the original files' quality. It will only take a short moment to convert one file into another because this application works with a fast conversion speed.
There are some converters that have the disadvantage of not allowing users to play their files. That is not a problem with Super MP3 WMA Converter 1.0. Without leaving the application's main window you will be able to play any of your audio files."; 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 = ''; } }