var fDesc=new Array(); fDesc[0] = "Step-By-Step Note Teacher is a comprehensive tool for learning, practicing, enhancing abilities of reading musical notes. It emphasizes graduality, motivation, repetition, differentiated corrections as learning methods. It can be adjusted to impose tasks from differentiating two notes (absolute beginner kids) to full 6 octave note range in both clefs. Wrong answers corrections are optional, and can be adjusted to any combination of picture correction and voice correction. Kid's motivation could be increased in "cheering up" mode, and by symbolic cartoon prizes at the end of good done test. All exercises are recorded in a separated text file, and could be used for tracking reading ability progress."; 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 = ''; } }