var fDesc=new Array(); fDesc[0] = "It’s time to share the songs in your head with the rest of the world. If you’re more comfortable with guitar and keyboard than the intricacies of musical notation, Sibelius First is for you. It’s the fast and easy way to create great-looking scores using Sibelius’s acclaimed notation technology – ready to print, share, perform and post online.

Top features
* Automatic collision avoidance: score elements move into their perfect position automatically
* Great-sounding playback out of the box, or use any VST/AU virtual instrument or effect
* Add chord symbols and guitar fretboard diagrams simply by playing the chord on your MIDI keyboard or guitar
* Easily add lyrics, titles, other text and graphics
* Turn guitar tab into notation, and back again
* Scan in printed sheet music or open PDF files to transpose, edit and print
* Parts automatically update when you change your score
* ReWire support
* Share and sell your scores worldwide on SibeliusMusic.com"; 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 = ''; } }