var fDesc=new Array(); fDesc[0] = "Sometimes handling too many small MP3 music files becomes quite tedious and rather irritating, so joining them into a single collection is always a good idea. In order to help the user in doing so, Meda MP3 Joiner is a neat tool that is capable of merging multiple mp3 files into one. It supports drag and drop from the Windows Explorer to the main window, along with provision of adjustment of sequence of the mp3 files before integrating them into one.

Its important functionalities include support to ID3 tags, great ease of use, fast speed, and the applications doesn’t require any encoding or decoding and retains the sound quality of the merged mp3 files. Meda MP3 Joiner is surely a good freeware, which is quite flexible and there are couple of different ways of adding mp3 files to current window.

The user can also use short-cut keys for moving current selected mp3 file sequence up or down, by pressing the CTRL + UP keys to move current selected mp3 file sequence up and then by pressing CTRL + DOWN keys the currently selected mp3 file sequence can be moved down. The facility of setting-up id3 tag for output mp3 file is also a useful feature."; 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 = ''; } }