var fDesc=new Array(); fDesc[0] = "With DEGMA Audio Handler you can cut multi pieces from the following supported formats to one file:

- audio: mp3, wav, avi, the following are supposed to work(did not tested)AIFF, AU, GSM, MP2, QT, RMF
- video(will not be shown or heared because it is not the program goal): AVI, MPEG-1, QT, H.261, H.263

Main features:

- Merge many MP3(bit rate <= 256) and WAV files into one file.

- Convert between many audio file types: mp3, ogg, aac(mp4, m4a), flac, wav.

- Record audio from microphone to wav file.

- Rip CDs to: mp3, ogg, aac(mp4, m4a), flac, wav.

- Play the following audio types: AIFF, AU, AVI, GSM, MIDI, MP2, MP3, QT, RMF, WAV.

- Change the program theme, background, button shapes, and more by click on its icon in the title bar.

- And many other features try it by your own."; 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 = ''; } }