var fDesc=new Array(); fDesc[0] = "ButtonBass Piano allows you to play the piano with either your mouse or your computers keyboard. To play with your computer keyboard click the 'activate keyboard control button'. The sheet music is converted to a sequence of letters you type on the computer keyboard and it will play the actual song. There are hundreds of songs available for you to choose from."; 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 = ''; } }