var fDesc=new Array(); fDesc[0] = "Scorch is the free software which lets you view, play, customize and print Sibelius scores on the Internet.

With this program you have buttons to turn pages, change which device you use for playback, playback controls and tempo slider, click play button to play from the start, or click on the score to play from that point or stop, change top instrument or key, for the save option, for page Setup, for print and for scorch information and updates"; 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 = ''; } }