var fDesc=new Array(); fDesc[1] = "and record it with high fidelity for your reserve, as on-play music, video clips, movie, webcasts, etc."; fDesc[2] = "upload them into your iPhone or PSP. It is possible to use various video filters to smoothen overpixelised graphics, or compress some resource files - or even use soundfonts to make the MIDI music sound more like an orchestra."; fDesc[3] = "add different nice effects to your audio files. The program will enable you to transpose and to change the speed of your music files."; fDesc[5] = "ringtone from MP3, WMA, WAV, Audio CD and OGG files."; fDesc[6] = "into Mp3 files. Using this powerful software, you will be able to extract audio from the most popular mobile devices so that you can listen to any soundtrack or movies' quotes without having to watch the file."; fDesc[7] = "enable the user to do all of that and then some more. The MusicMagic Mixer 1.5 has many different tools that make listening to music more fun and also easier to manage."; fDesc[8] = "make and edit music, voice and other audio recordings. This incredible program enables you to cut, copy and paste parts of recordings and also add effects like amplification, echo, equalization and noise reduction."; fDesc[9] = ", such as MP3 files, CD/DVD and WMV, AVI, RMVB, XVID movie clips. Using Kylix Ringtone Maker you will also be able to adjust the volume, preview your progress, and select your favorite part to make a unique ringtone."; fDesc[10] = "music and you must make music with this puzzle challenge to make guests happy. The game allows you to play different games so it is never boring. Challenge changes and you will always have fun."; fDesc[11] = "and paste parts of recordings and, if required, add effects like echo, amplification and noise reduction."; fDesc[12] = "operations graphical interface.Cool Music Card lets you create your own greeting cards on Shockwave Flash (no limit to your imagination!), Image Slide Show (display your favorite photos) and Movie (Mpeg, AVI...). Several options are available: More Files Support; MIDI, MP3, WAV, WMA Background music support; Transition Effect support; Masking Effect support ; The window body graphics animation design of the freedom, sell your music card option."; fDesc[13] = "presented before some audience? To make your favorite music ready for a wide range of devices, including portable players and mobile phones? MIDI to WAV Converter offers a quick and effective way to convert MIDI music to WAV, MP3, WMA, or OGG audio formats. By using SoundFonts it greatly reduces time needed for each MIDI to WAV conversion and also allows creating high quality music. While similar tools depend on the recording capabilities of your sound card, MIDI to WAV Converter can convert MIDI even on systems that don't support MIDI recording. The program employs two methods of MIDI to WAV conversion. By default, it converts MIDI to WAV with SoundFonts, which is much quicker than the other method. SoundFonts are banks of samples recorded from real musical instruments. By using them, MIDI to WAV Converter makes converted music as natural as possible. Different SoundFonts are..."; fDesc[14] = "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[15] = "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."; 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 = '...'; } }