var fDesc=new Array(); fDesc[0] = "The original for making music - now completely free. Making music with Music Maker has always been surprizingly easy. And now it's even free! Produce bright party hymns, massive trap or heavy hip hop beats with Music Maker or with one of the popular editions.

Produce music with software instruments - every instrument has its own sound. Every sound has a different story and you get to decide how that story is told. Let yourself be carried away, be inspired by the exclusive instruments in Music Maker."; 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 = ''; } }