var fDesc=new Array(); fDesc[0] = "Whether you're a DJ or just creating cool mix CDs, this tool is for you! Mix MP3s, WMAs, WAVs, record your own, set volume fades and pans via a simple graphical interface! Its your soup. Mix it well! Exports to MP3, WMA, RealAudio? and wave files.

Cut and paste sounds ( MP3s, WMAs, WAVs) quickly and easy!
Mix, record or overdub as many simultaneous WAV and WMA &MP3 files as you want.
Fade the volume, pan and playback rate of each sound.
Lightning fast & intuitive interface
Import playlists (.M3U & .PLS) to create instant mixes of your favorite mp3s!
Export mix as a RealAudio G2, MP3 or a WMA file with a click for streaming on the Internet.
Export mix as a single wav file or multiple wav files for burning a DJ style mix CD.
Mix it up. It's your soup!"; 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 = ''; } }