var fDesc=new Array(); fDesc[0] = "This is the ButtonBeats ATL Piano Mix drums, Hi Hats, Horns, and voice loops into very smooth ATL beats! Synchronize the timing by pressing the keys on beat or by pushing the space bare / sync button. Stop all beats by clicking the stop button or by pressing the enter key. You can switch the volume controls to stay visible by clicking the volume button on the right hand side of the piano."; 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 = ''; } }