var fDesc=new Array(); fDesc[0] = "This is an easy-using digital audio editor supporting batch MP3, WAV, WMA and OGG audio files cutter and joiner into one. It can extract the best parts of various audio files. It can also join the best parts of many audio files together. No quality is lost.

Supports MP3, WAV, WMA and OGG cutting/joining. split/join directly without costing any other disk space.

With MP3 Audio Splitter Joiner, you can cut/split piece from a big audio file and then convert it to a MP3 or WAV or WMA or OGG file. And also you can join/merge multiple files into one big file. Cut/join with high precision and no quality is lost!"; 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 = ''; } }