var fDesc=new Array(); fDesc[0] = "Interactive and engaging, The Mighty Maestro is a great way to learn music notes, values and other basic kids music theory.
A variety of enjoyable games, fun races and ear training activities are used to introduce and reinforce music theory concepts such as music notes (in treble or bass clef), music values, time signatures, dynamics and key signatures. Opening with investigations of world music, instruments and the orchestra, completion of The Mighty Maestro requires listening, observation and a bit of trial and error, leading to a solid understanding of basic music theory. This is a great way for the beginner to learn music notes and theory."; 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 = ''; } }