var fDesc=new Array(); fDesc[0] = "CelticPipes is an easy-to-use music notation application (for Mac and Windows) that allows you to compose and play quality scores principally for the Great Highland Bagpipe and for the traditional 'Celtic' musical instruments like: Great Highland Bagpipe & Practice Chanter, Scottish Smallpipes, Tin Whistle (or Penny Whistle), Flute, Scottish Side (snare), Tenor & Bass drums, Bodhran."; 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 = ''; } }