var fDesc=new Array(); fDesc[0] = "Solfeggio Studio for Piano lets you learn sheet music for piano. Its Ear Trainer contains tools to help you attain the skill of perfect and relative pitch. You can also learn to hear tempo, scales, intervals, and chords. The Note Trainer feature can teach you to read notes from the note stave; single notes, intervals, and chords."; 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 = ''; } }