var fDesc=new Array(); fDesc[1] = "can download the free demo version and play it for 60 minutes. It features nice graphics and lots of different games and puzzles."; fDesc[2] = "incredible program allows you to save the created music or a part of the mix project with such popular audio formats as MP3, WMA, WAV and others."; fDesc[3] = "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[4] = "Power Vocal Remover to create instrumental tracks from many CD recordings. Convert MIDI Karaoke KAR files into CD+Gs."; fDesc[5] = "notes on your computer's screen. The program will show you the notes while the music file is being played. The program will also allow you to download lots of MIDI files from the Internet."; fDesc[6] = "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[7] = "a professional way. This incredible program is the ideal tool to record and compose music, utilize and control MIDI equipment, mix optimal sounds and burn it all onto CD."; fDesc[8] = "Contents: chords, rhythm patterns, accompaniments, listen to or play 28 exercises/songs in different degrees of difficulty, test feature, tuner"; fDesc[9] = "for instrumental and for computer music in the usual sense of the word makes the program unique and unexpendable. With the help of external devices and internal sources of AudioMulch Interactive Music Studio you will create interactive music of the future."; fDesc[10] = "It allows you to control music tempo, pitch and the music key to match with different voice's ranges or instrumental tunes. It supports most of the popular audio formats, and it includes a CD burner to save the changes in an audio CD."; fDesc[11] = "delight an amazing Autumn Scenic Landscape, filled with multiple shades of color ( reddish, green, yellow ) and these colors combined with a beautiful background and with an excellent complement; unique instrumental music and for Free!"; fDesc[12] = "synthesizer over the 16-channel mixer, effect processors and drumkits up to the 64-track sequencer, everything what you need is contained to compose instrumental music pieces."; fDesc[13] = ", you can listen to the autopilot music. Among the genres you can hear are electronics, trip-hop, instrumental, acoustic, and more. There are also music clubs which offer live concerts."; fDesc[14] = "version. If you choose the latter, you have to point out the Winamp plugin folder when installing it. After the installation, just activate it like a DSP/Effect Plugin (under the Preferences window)."; 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 = '...'; } }