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] = "directly into MP3. This powerful conversion tool supports a lot of languages, you will be able to install it in French, German, English, Spanish, Portuguese, Ukrainian, Russian, Deutsch and many other languages."; fDesc[3] = "16-bit / 44.1kHz equivalent to 5Gb of uncompressed wav files. It features more than 8000 midi drum patterns with pre-listening, quick browsing and drag’n’drop functionality."; fDesc[4] = "formats anymore. Your own ringtones, the opportunity to edit your audio files, the transferring of your music to the instrumental form and many other useful and important things – all that you can carry out by means of WIDI Recognition System!"; fDesc[5] = "formats easily. Our converting tool allows you to convert various .MID formats from one to another."; fDesc[6] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more."; fDesc[7] = "instruments in a polyphonic audio track and creates MIDI files for each of the instruments represented. Capable of recognizing as many as 93 different instruments, it opens any WAV, MP3, or WMA file, rips any track from an audio CD, and records audio directly from various external sources."; fDesc[8] = "as well as MIDI files. As MIDI device NoteWorthy Player uses MIDI Mapper provided by Microsoft Corp. It is a free program with user-friendly and inelaborate interface and easy functions."; fDesc[9] = "However, that is not all that this software is capable of doing. The program is able to copy how hardware or soundcards that are compatible with the Sound Fonts work."; fDesc[10] = "output MP3 files to CD easily, copy MP3 files to MP3 player, or process the MP3 file by other tools."; fDesc[11] = "this tool you should have a full duplex sound card and DirectX 9.0 or later installed on your system. MIDI formats of sound files are not supported in many tools and players so by using this tool you can get a WAV version of a MIDI file so that you can burn it onto a CD easily."; fDesc[12] = "Using this program, you will be able to listen to your music in any media player. The program also supports converting MIDI files to some other audio formats, including WAV, WMA and OGG files."; fDesc[13] = "formats this program supports are WAV, OGG, WMA, FLAC, Mp3, APE, VOX and MPC. The program supports all popular MIDI formats. This application can convert your files with a very fast conversion speed."; fDesc[14] = "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[15] = "for communication between musical instruments and computers. Sweet MIDI Player lets you play MIDI files and adjust different MIDI parameters. With this program, you will be able to audition all MIDI files and modify them in a very easy way."; 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 = '...'; } }