var fDesc=new Array(); fDesc[0] = "Mixcraft 8 Recording Studio is a complete “recording-studio-in-a-box” with unlimited MIDI and audio tracks. The program provides over 7,500 loops, music beds, sound effects, and samples for fast and easy professional music production. You can create mixes and mashups with audio warping and song slicing, manipulate the Performance Panel with a Novation Launchpad, MIDI controller, or even your computer’s keyboard, and jam along with Mixcraft’s powerful virtual instruments."; 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 = ''; } }