var fDesc=new Array(); fDesc[0] = "Absolute MP3 Splitter is a very compact audio converter, splitter and merger. You can easily pick one of the four wizards from the main window to perform a desired action. The Splitter tool enables you to split one audio file of WMA, WAV, OGG or MP3 format into a desired number of files with desired duration. You can edit the title, artist name, album, year and all other audio information before splitting the file. The inbuilt audio player makes the splitting process easier and more precise. You can now create clips and ringtones out of any audio file easily.

The Merge tool enables you to create a single file using multiple audio files. The process is quite easy. Just add all the desired audio files, sort them according to the order you want it to play, choose an output format among WMA, WAV, OGG or MP3 and you are ready to get a single large file.

Converter enables you to convert any WMA, WAV, OGG or MP3 audio file to any of these formats with custom bit-rate, custom audio channels and frequency.

In the Settings tab you can set bit-rates, audio channels and frequency for all the four formats."; 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 = ''; } }