var fDesc=new Array(); fDesc[0] = "We have developed a program that helps you improve your sight reading of piano or keyboard sheet music. Please visit our website for more detailed information.

This is a Demo version, which is limited to playing notes in the key of C major key and the treble clef. If you're satisfied with our Demo, please check out the full version which will drill you on notes, intervals and chords in all major keys and in both the treble and bass clef.

Remember that sight reading is only a matter of recognizing what you already know, so the best way to achieve that is too drill you extensively on it. We have even published some useful tips on keypiano.com to help you improve sight reading right away!

A Midi-connected keyboard/piano is required!"; 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 = ''; } }