var fDesc=new Array(); fDesc[0] = "Cool Mix Edit is an all-in-one multi-track sound recording, mixing, and editing utility.
The program lets you record, overdub, and mix multiple tracks of .wav, .mp3, .wma and other major audio format files. The simple, fast, and intuitive interface makes it a no-brainer when it comes to sound mixing.

With support for the standard copy, cut, paste, undo, and redo you can even make a few mistakes. Also you can drag sounds in, record a few from the CD or microphone. You can change things in real-time while its playing. All you have to do is focus on your creativity, not technical details."; 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 = ''; } }