var fDesc=new Array(); fDesc[0] = "Music Theory Tutor is ideal for schools, colleges, universities, and anyone learning or teaching music theory from beginner to intermediate level. Lab packs and network site licenses are highly recommended to enable effective use of teaching and testing hours.
Features:
-Non instrument specific music theory training and testing
-Hundreds of interactive examples and challenges
-Automatic marking of interactive tests
-Printable reports
-For all ages and ability levels
-Narrator ON/OFF option
-Can be installed on any PC that has a sound card with MIDI interface
-Very easy to install and use"; 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 = ''; } }