var fDesc=new Array(); fDesc[0] = "Power MP3 Joiner is a tool to join two or more audio files into a single file. It supports MP3, OGG, WAV and WMA formats which are the most common audio formats. It helps you merge many small songs together to make a big audio file without any quality loss, with high precision. It is supported on Windows 9x/Me/2000/XP/2003 operating systems.
The output audio quality is so good that you won’t find any difference between the original and the merged file. It also offers options for the audio encoder and you can change frequency, bit-rate, channel and quality of the output audio file. It also supports VBR and CBR settings for different types of encoders. You can also set title, year, artist, track, genre and comment information with built-in ID3 tag editor. It has an in-built player, so you can also use it as a media player and you can hear songs before merging files. It is a real time audio encoder and decoder, so no extra disk space will be used when merging audio files. You can stop merging files at any time by pressing the stop button and you can also change the order of the file by pressing the up and down button. With all these features it is a very user-friendly yet very powerful tool for merging 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 = ''; } }