var fDesc=new Array(); fDesc[1] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for."; fDesc[2] = ", voice remover, voice extractor, audio wave editor for remix and medley, MP3 converter, CD ripper, CD-DVD burner, CD-DVD cover creator"; fDesc[3] = "transitions that enable anyone to produce cool MP3 mixes. In the program's nice graphic interface, different visualizations show the beats as the music plays."; fDesc[4] = "half-professional program for music creation and MIDI-keyboard. It is perfect complete package for stunning songs, experimental beats and exciting soundtracks. The Premium version offers extra features, more sounds, effects and functions. It contains up to 3,500 professional sounds."; fDesc[5] = "It includes two players with their own play lists, four great effects, pitch control, 6 loop times, 5 Cue Points and good search engine for audio files on your hard disk."; fDesc[6] = "playback. MixMeister Pro DJ software allows you to import thousands of audio and video files, analyze them, and then easily create the perfect mix."; fDesc[7] = "more rocking and memorable than ever. The software supports two totally independent decks which have a queue of files or playlists. It provides a professional quality of sound so also a very good beat synchronization display."; fDesc[8] = "number of tracks from different instruments and then laying them down as a song with proper looping and adjustable tempos is simple enough with this software. A variety of effects which can be edited to the user’s taste facilitates a proper enriched sound."; fDesc[9] = "blends and more. It allows you to apply effects on different part of the the song, add effects of vinyl, add power, do scratch, apply effects, and endless possibilities that you will discover while enjoying mixing your music (WAV, MP3 or WMA)."; fDesc[10] = "and play files, but it can also convert MP3 files to the WAV format and vice versa. The output audio files can also be saved in either MP3 or WAV file formats."; fDesc[11] = "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[12] = "creates a niche for itself. It is very easy to use and the graphical user interface is also easy to understand. This software comes in a very small self extracting package approximately 590 KB but is loaded with good features."; fDesc[13] = "audio player; it allows its users the opportunity to mix music just like a Disc Jockey. The creative doors can really open up with this software."; 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 = '...'; } }