var fDesc=new Array(); fDesc[0] = "FlexiMusic BeatStudio Junior can be used to create complete song. You can start making music right away without any prior knowledge of music or computer.
Sounds are arranged as a tree in 3 levels (categories, Instruments and Samples). With a simple click you can add beats on the channel with the help of piano roll.
Also with the tool comes 200 sounds sample library to compose your music, and many more features."; 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 = ''; } }