var fDesc=new Array(); fDesc[0] = "This arcade-style game makes sight-reading fun! Learn how to read music by establishing a direct relationship between notes on the piano keyboard and notes on a grand staff. As the notes move across the grand staff, you zap them by pressing the correct note on the on-screen keyboard or attached MIDI keyboard. For timing practice or for smaller children, we′ve included a setting where any hit on the QWERTY keyboard scores a hit, making the game fun for everyone! The notes you zap come from actual songs, and we′ve included a library of tunes in genres like Kids, Folk, Classical, and Pop. You can even add your own files to practice zapping notes to your favorite tunes!"; 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 = ''; } }