var fDesc=new Array(); fDesc[0] = "It allows you to create amazing hair-raising soundtracks, even if you're a beginner. High-quality virtual instruments, simple controls and a huge selection of sounds, loops and effects.

The intuitively designed user interface allows you to produce satisfying results in no time at all, even if you don't have any previous experience.

You can publish your Movie Score projects on CD, create MP3s or share them directly on Facebook or SoundCloud from within 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 = ''; } }