var fDesc=new Array(); fDesc[1] = "It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files."; fDesc[2] = "easily. You can import any MP3, WAV, OGG, AVI, VOX, WMA or CDA file to edit it, or record your own sound using the inbuilt audio recorder. Audio Editor enables you to cut, copy, paste or erase any part of an audio file in seconds."; fDesc[3] = ", can play on virtual instruments and percussion sets, records her/his own voice, combines the different parts as blocks to be aligned and applies multiple effects to the timeline."; fDesc[4] = ", paste or delete any part of an audio file using this editor. You can also save a desired part of the audio to a new audio file and use this tool as an audio splitter too."; fDesc[5] = "selected, club style consistent, and suit each other harmonically. Superior professional outcome with no musical experience required."; fDesc[6] = "choice. Various sounds can be created with just one sample. Composed song can be export as a WAV file."; fDesc[7] = "? 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[8] = "easy for the user to quickly design a perfection song. 1"; fDesc[9] = ", you will be able to practice: Reading notes, Train your ear, and learn to play a score with different instruments. This is a 3 in 1 musical software that will definitely improve your musical skills."; fDesc[10] = "By providing a \"pure-visual-and-non-m usical\" interface's design it simplifies work without regard to the user's skill level: the design of the interface refers not so much to professionals as much to newcomers to the art of composing music."; fDesc[11] = "By providing a \"pure-visual-and-non-m usical\" interface's design it simplifies work without regard to the user's skill level: the design of the interface refers not so much to professionals as much to newcomers to the art of composing music."; fDesc[13] = "mouse or keyboard * 189 instruments and sound effects * Automatic backing (drums, cymbals etc) * Designed with non-musicians in mind."; fDesc[14] = "scores and so on. It has a very intuitive interface and lots of features, such as a score/tablature viewer that allows you to mute any instrument of the arrangement and play along. You can purchase and download many musical scores and books in any style and by almost any artist."; fDesc[15] = "You can sing, whistle or play guitar, piano and so on with your microphone, Composer will automatically recognize and score your music."; 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 = '...'; } }