var fDesc=new Array(); fDesc[0] = "Note Attack Pro is a 3D video game that allows you to learn songs quickly and easily. In each round, more of the song will play and you will repeat it. The notes you repeat will show on the piano below and the music staff above. You should also listen to the notes played to remember them (so you can play 'by ear')."; 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 = ''; } }