var fDesc=new Array(); fDesc[1] = "environment to render their ideas with ease and precision. With a modern interface, still friendly and intuitive, Encore offers a comprehensive set of tools for composing, arranging, editing, and printing music."; fDesc[2] = "This incredible program allows you to cut-and-paste math into any one of a growing number of MathML-compatible software packages, such as Maple and Mathematica."; fDesc[3] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[4] = "program you can write your own songs, or transcribe existing ones, using the notation editor, that allows you to create notation in a similar way to writing a document in a word processor."; fDesc[5] = "structure and content. What has been said could sound little for many people but it’s not since the extremely complex that mathematical expressions can be."; fDesc[6] = "of choice of instruments or voices. It has music support enabling the user to export or import MIDI files via devices such as keyboards, guitars, etc…"; fDesc[7] = "built-in browser, and convert them to accurate sheet music. Sing along or practice your instrument while following the notes on the screen."; fDesc[8] = "notes on your computer's screen. The program will show you the notes while the music file is being played. The program will also allow you to download lots of MIDI files from the Internet."; fDesc[9] = "notes in a very simple way. You will be able to add notes by simply clicking with your mouse. You do not have to be an expert on software or a great musician in order to use this program."; fDesc[10] = "processor, view it on the screen, hear it, edit it, and print high quality music scores, but keep in mind that music writing is a bit more complicated than text."; fDesc[11] = "music sheet with very much precision. Also you can add and change lyrics from MIDI files and it analyzes the MIDI files to display chord names."; fDesc[12] = "college environment. Uses the RTF format known to Wordpad, Word. Generates HTML, so that math notation can be displayed by popular browsers."; fDesc[13] = "and intuitively. Its versatile input solutions and its extensive functionality cover the needs of both amateur and professional musicians. Its XML-based architecture will allow you to use your Capella scores with other prestigious notation programs such as Finale and Sibelius."; fDesc[14] = "the screen. You control the tempo and the volume of each instrument, while Notation Musician turns the pages and repeats practice loops."; fDesc[15] = "personal compositions, but also to edit and transpose already existing sheet music. Designed for all type of users, it is equally enjoyed by amateur and professional users, offering an intuitive and yet completely full-featured interface."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }