var fDesc=new Array(); fDesc[1] = "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[2] = "built-in browser, and convert them to accurate sheet music. Sing along or practice your instrument while following the notes on the screen."; fDesc[3] = "the chords and scales derived from them in all their positions and variants. It also includes a tuning feature, a metronome and a function that allows you to listen to evey chord and scale presented. If you are a guitar player of any style, this software is for you."; fDesc[4] = "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[5] = "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[6] = "? Pizzicato includes a free music course. Are you a professional ? It offers you a lot of smart and quick tools and lets you to create yours."; fDesc[7] = "more then 125 different instruments. By using this keyboard chord dictionary anyone can learn the chords and their relative finger position and time interval through its user friendly graphical user interface."; fDesc[8] = "tracks or play your favorite songs. The possibility to convert your track to a MIDI file gives you the opportunity to listen to it on any MIDI software and share it with your known’s and friends."; fDesc[9] = "browser, and convert them to accurate sheet music. Sing along or practice your instrument while following the notes on the screen."; fDesc[10] = "digital camera, scanner, TV/VCR, Internet, or digital video from your camcorder and then display them in any one of the more than 50 different supported file formats. You can even watch TV/video, or listen to music while performing other tasks. Convert CD tracks to MP3, WAV or WMA. Produce movies from your static pictures with our Video Constructor. Now Web-Enabled! Utilize ProMedia with your favorite web browser to download, open and view your favorite image files with one simple click of your mouse button. Acquire images from a scanner, digital camera, Video camera, or TV/VCR from a TV tuner card or frame grabber. You can also perform a screen capture with options such as Capture Area or Capture Active Window, allowing users to either capture from within the program or from the active window of another program. Edit images with zoom in or out, our new magnifying glass tool, or pan..."; fDesc[11] = "great. Listen to the song while you follow the notes on your screen. Then edit the notation and the sound of the music."; fDesc[12] = "the screen. You control the tempo and the volume of each instrument, while Notation Musician turns the pages and repeats practice loops."; fDesc[13] = "makes everyday tasks and activities faster, simpler, and easier for you in a single, simple experience."; fDesc[14] = "guitar neck. You can choose chords from different keys to form a progression, which you can hear adjusting its tempo and volume. The trial version is fully functional and you can use it during 14 days."; 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 = '...'; } }