var fDesc=new Array(); fDesc[0] = "Want to learn notes for playing trumpet without soundproofing a room and feeling like you've run a marathon after twenty minutes solid note practice? There's a better way to learn how to play trumpet - Brassease music software. You'll be confidently running up and down scales, playing along with other instruments and even ad libbing a little - all in as little as one-sixth of the standard time when you learn how to play trumpet with Brassease's innovative program."; 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 = ''; } }