var fDesc=new Array(); fDesc[0] = "Audio WAV MP3 Splitter was written for the purpose of splitting an audio file to several clips. It supports splitting an MP3 file or a WAV file. And the output format is the same as the input format, that is, it will split an MP3 file to MP3 files, or split a WAV file to WAV files. It supports splitting by three modes: seconds, samples, or percent. With only three simple steps, users can get the work done easily and quickly. It can split a file to several clips by average length, or extract a section from the original file. It is an MP3 splitter for splitting an MP3 file. It is a WAV splitter for splitting a WAV file. It can not split WMA and OGG."; 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 = ''; } }