var fDesc=new Array(); fDesc[0] = "Smart Audio Converter is an audio converter for Windows. This is a really simple application. It's really easy to use and is fast. The user interface is intuitive enough that you can probably install it and start converting a file in less than a minute. When you open it, you will see a + button. That button allows you to add audio files to the list of files to be converted. As you may already have guessed, this application supports batch processing, so you can add all the files that you want and they will convert to the selected output format one after the other. After adding an audio file, you can simply go to settings and select the output settings of your liking. After that, hit the start button and you will be able to see the conversion progress on individual bars next to the file names. Smart Audio Converter supports most popular audio formats, such as WMA, MP3, WAV, and OGG. The only downside that I can find with this application is that it is perhaps too simple and too close-minded for the 20$ that it costs, perhaps it could add more options to the main windows, which will save the user some time and will make the GUI a little more intuitive."; 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 = ''; } }