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] = "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[3] = "percussions. The free version lets you record an unlimited number of MIDI tracks, one Audio track, and two sampled percussions. With the Multi-Track accessory, you can record multiple Audio tracks and sampled percussions. Audio effects include delay, pitch change, volume change, pan, filtering, and reverse. Designed to work with optional accessories such as sheet music printing, piano exercises, ear training exercises, and voice-pitch analysis.";
fDesc[5] = "manuals, the latest albums or songs, choose from a variety of styles, create your own music and enjoy the art of playing different instruments. You can also play in karaoke style, record your music and evaluate your performance. No more waiting, Digital Music Notebook is here for you!";
fDesc[6] = "built-in browser, and convert them to accurate sheet music. Sing along or practice your instrument while following the notes on the screen.";
fDesc[7] = "processing technology. It is fast and easy to use software for recognizing chords from audio files of different formats like, MP3, WMA and WAV.";
fDesc[8] = "instrument. Convert MP3 and WAV files to MIDI Grab music from a CD and convert it to a MID file MIDI-enable any musical instrument, even your voice Helps remove vocals for karaoke singing Find the beats in percussion tracks Speed web page loading time by using intelliScore's MID files instead of MP3, WAVE, or WMA files With intelliScore and additional software you can: Print sheet music from your favorite music Record MIDI directly into your sequencer software using your voice or any acoustic instrument Generate cell phone ringtones from your favorite music See the chord names and key detected by intelliScore Change individual notes, swap instruments, transpose, etc. Here are a few of intelliScore's powerful features: Polyphonic. IntelliScore converts WAVE to MIDI, MP3 to MIDI, CD to MIDI, and WMA to MIDI and helps figure out the notes, chord names, and key for you. Since intelliScore...";
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] = "tracks which include 32 audio and 128 Midis. It includes a professional 24-bit audio quality. The application creates backing tracks using included ACID format loop library.";
fDesc[11] = "scanner or open an already existing image file (TIFF, BMP, PDF, and others), and the program will accurately recognize all the elements that conform the score, including multiple voices, accidentals, cue notes, grace notes, ties, slurs, and many more.";
fDesc[12] = "this program. When we open the program the first thing that the program ask if we want to login to our accounts, after that, we can see one Menu bar, four toolbars they are: Standard, Internet, View, Playback, one panel and one window.";
fDesc[13] = "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[14] = "favorite Capella music scores using a variety of display modes, and allows you to search for notes or melodies within the sheet, and to move quickly to a specific system or bar. Besides, its configurable MIDI capabilities will play back any score for you.";
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 = '...';
}
}