var fDesc=new Array(); fDesc[0] = "Mixman Studio software enables you to create club quality music in minutes! Perform and Remix your own beats, loops, instruments and vocals.
Includes all the unique and powerful features of the patented Mixman engine. Auto-beat matching allows you to mix-n-match tracks in different styles and tempos. Low-latency, let's you trigger sounds from the computer keyboard just like an instrument. Add your own WAV files or record your voice and drop it in the mix.
With Mixman Studio, you can keep the peeps groovin to the beats all night long!"; 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 = ''; } }