var fDesc=new Array();
fDesc[1] = "as many audio files as you wish in MP3, WAV or WMA, arrange them in any order you like, add fade-ins and fade-outs, change their volume and pitch… and make your own original mixes with just a few clicks!";
fDesc[2] = "all the functionalities of a typical mixer such as volume fader, mute, cross fader assignment, and additionally contains an MP3/WAV/Karaoke player, possessing all the expected controls including a Pitch/Tempo control.";
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] = "audio. Designed as a modular system, the main application provides a mixing console, while the audio sequencer and the live audio input are loaded as separate Plug-Ins.";
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] = "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[7] = "to Music IP, it is almost impossible to miss a single beat of the music. This tool helps the user to experience the music in any of the digital devices, websites, etc.";
fDesc[8] = "you like into a video file. It accepts all types of audio as well as video files and gives output in AVI format with the best quality of sound and video and with a very small resulting size.";
fDesc[9] = "photo mixes. This gives an idea of what the tool is capable of. One can upload these pictures into sites like You Tube, Morpheus or Photobucket directly. This way one can share the pictures across easily.";
fDesc[10] = "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[11] = "The program also allows you to record sounds from your computer so that you can use them and mix them with any audio file. The application supports Mp3 and WAV files. It can be used by beginners and experts.";
fDesc[12] = "and video effect to photos. Creating slide show and add effect in the video is so easy. Professional can create slide show with sound effect and comments which make their presentation very effective.";
fDesc[13] = "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[14] = "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[15] = "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.";
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 = '...';
}
}