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] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[3] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder.";
fDesc[4] = "and get amazing images thanks to tone mapping and many other parameters available to change. This version of Photomatix 3 is a full featured trial version that will get a watermark in the photographs you make until you purchase its license.";
fDesc[5] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!";
fDesc[6] = "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[7] = "mixing process. Herewith you can edit your mix as you wish using different tools and effects using VST plugins. Use all your creativity.";
fDesc[8] = "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[9] = "sites. Mx-Fx 1.0 is easier to use than Adobe Flash; the trial version didn’t allow creating all the Flash effects that the software can make. The Mx-Fx 1.0 GUI (Graphic User Interface) is very friendly to use and you can start to create Flash effects immediately.";
fDesc[10] = "following formats: MP3, WMA (no DRM), WAV, Internet radio and audio CD tracks. It is easy to use and has some useful controls, but limited features in its basic (free) version.";
fDesc[11] = "Lite counts the beats per minute of every music file and adjusts to mix the music, the music mix is automatic and there are certain values that can be configured to make the mix without distortions and with a great quality in the mix.";
fDesc[12] = "in creating creative mixes. The software features time stretching and reconfiguration that is similar to digital audio workstation. It has an eight measure intelligent looping.";
fDesc[13] = "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[14] = "You can use the most common formats, such as WMVs, AVIs, MOVs, MPGs, MP3s and JPGs. Then, you will be able to mix, cut, trim and build your own video files, applying video and sound effects.";
fDesc[15] = "download movies, tv shows and music through the Internet from the Media Locker to your computer. Disney Mix Central will allow you to download a queue of files. The program will resume the download if the connection gets interrupted. This way you won´t lose the media you´ve paid for.";
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 = '...';
}
}