var fDesc=new Array(); fDesc[0] = "Synthesia is a fun way to learn how to play the piano. In melody practice, Synthesia waits for you to play the correct note before moving on. Enable musical notation for any song. Or, leave it turned off and just enjoy the falling notes.Choose what you want to practice. Synthesia will play the rest for you so you can focus on your goal. Play all 150 included songs, every song from the Music Store, or any MIDI file you can find or create"; 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 = ''; } }