var fDesc=new Array(); fDesc[0] = "Audiolib MP3 Converter lets you convert your audio files from one format into another in a very short period of time and with a high level of quality. The program supports the most popular audio formats, including MP3, Wave, OGG, DSP and WMA. The advantage of this application is not only that it supports many formats and that it converts fast, it is that it can be used by beginners and expert users satisfying both of them. Audiolib MP3 Converter allows users to convert many files at the same time maintaining the original files' quality. The program allows you to configure some output parameters such as audio frequency, channels (mono and stereo) and bits per sample. Another good thing about this program is that it allows you to drag and drop the files into the program's main window. Audiolib MP3 Converter also allows you to edit your audio files' information. You will be able to modify your music files' name, album, year, genre and more. The program's interface is very well designed so you will have no problems with figuring out how to use the application."; 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 = ''; } }