var fDesc=new Array(); fDesc[1] = "plug-in from their video project to easily add professional-grade custom length music scores to all of their digital video projects. This latest edition offers the most effective integration and direct access to a royality-free library of thousands of music scores."; fDesc[2] = "artists. It contains many features that make it easier to create music, like chord diagrams, fretboard and keyboard interfaces and tablatures. It is ideal for beginners as well as for professional musicians."; fDesc[3] = "of the game is to create matches of three in a row, by clicking on adjacent tiles to swap them. As you progress on the game, you’ll be releasing fishes. You can try this game for 60 minutes."; fDesc[4] = "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[5] = "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[6] = "your driving skills in difficult conditions. Realistic settings, various obstacles and all these are in full 3D!"; fDesc[7] = "music you write can be played by the system on the fly, so you´ll be able to hear the results of your writing instantly."; fDesc[8] = "by various monsters. It is necessary to stay alive to pass the level."; fDesc[9] = "of Sudoku! Sudoku Up includes five difficulty levels to challenge you. Enjoy the detailed statistics of each game with graphs, 3D pie and bar charts, and tables to estimate your skill level."; fDesc[10] = "will overeat different delicacies, such as mosquitoes, dragonflies and other insects."; fDesc[11] = "different layouts - split up in different difficulty levels. In the game's Championship mode all players are playing exactly the same game under equal conditions: Compare your scores with others all over the world."; fDesc[12] = "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[13] = "business. You must serve your customers by matching identical type of scoops of ice creams. Try to form special groups like scoop ring and giant scoops to get extra bonus."; fDesc[14] = "feels like to be a murderous fish! It's a fantastic multiplayer game. Each player is represented as a small fish in the ocean."; fDesc[15] = ", playback, and edit them with professional results. It not only recognizes every note and chord present in printed scores, but it is also capable of digitizing most handwritten music representations, including accidentals, ornaments, ties, and slurs."; 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 = '...'; } }