var fDesc=new Array(); fDesc[0] = "Super MP3 converter is an audio file converter for Windows. This file conversion utility allows you to convert files among many formats. The supported formats are MP3, WAV, OGG, WMA, VQF, and AC3 (VOB). Super MP3 converter supports batch processing mode, and, unlike many other applications, it will allow you to add several files and convert them to multiple formats in the same batch. This program also is really integrated with the Explorer Shell. Indeed, you can fire the program up and start converting files by simply right-clicking on the file that you want to convert and selecting the appropriate option. Super MP3 converter has a nice, built-in player, which allows you "preview" all the files on your list before converting them. Another great feature about this application is that it supports drag and drop. Thanks to that feature, you can simply drag a file into the application's GUI and it will be automatically added to the list. The user interface is pretty easy to use and the program delivers high quality content in an average time."; 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 = ''; } }