var fDesc=new Array(); fDesc[0] = "Etherealwinds Harp is a sampling of a diatonic folk harp recorded by the Newgrounds musician Etherealwinds. Folk/lever harps differ from their big orchestral brothers by having a smaller range, and additionally by the functionality of their tuning system. On a pedal harp, the orchestral staple, levers at the base, activated by foot, control all the notes of the same variety (so if you change C to C#, all the C's are sharped)."; 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 = ''; } }