var fDesc=new Array(); fDesc[0] = "MP3 Splitter & Joiner Pro is the advanced version of MP3 Splitter & Joiner and provides more powerful features besides all features in MP3 Splitter & Joiner. It builds MP3 Splitter (MP3 Cutter) Pro and MP3 Joiner Pro in one, you can split a large audio file into multiple smaller pieces or merge multiple audio files to a larger one.

Supports to split and merge MP3, WMA, WAV, APE, FLAC, OGG audio files. Be able to merge and split audio files of extreme large size over 4GB. With 'Batch Split' feature, you can split multiple audio files easily by just a simple click.

Be able to automatically detect the silence in the audio to split (Split by Silence), and you can easily to split a large single audio file to the separate segments/songs.

With 'Partial Merge', you can merge any portions of audio files directly by just a simple click without export the portion in advance."; 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 = ''; } }