var fDesc=new Array(); fDesc[0] = "Developer's description:

Spell ID includes music theory lessons, demo program with 13 scale and chord units (out of 84) and 4 interval units (out of 30).

New review:

Easy to advanced graduated music theory exercises with instant feedback, immediate scoring, and self testing: scales, intervals, chords, cadences, secondary dominants, 'borrowed' chords, and pop chords in 'real' books. There are 84 scale, chord, and interval spelling files. The Help file is a complete music theory book. Teach yourself all scales, intervals, triads to 13th chords, cadences, 'borrowed' chords, secondary dominants, and pop chords in 'real' books. Answer questions by clicking the screen keyboard. See your answer notated and played as you answer. Questions in each exercise are presented in random order for repeated practice. Peek at the correct answer, go to the next question, or repeat previous questions at any time.

Final note:

Spell ID is an easy-to-use and smart program that provides you with music theory exercises"; 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 = ''; } }