var fDesc=new Array();
fDesc[1] = "applications which allow you to create visually rich, engaging content for any media whether it is related to print, web, interactive, video, audio, and mobile.";
fDesc[2] = "images files. They can be transferred and played later on our computer and/or compatible portable media player. We can subscribe to photo feeds channels, such as Flickr and Windows Live Spaces.";
fDesc[5] = "cam. This amazing application facilitates capturing photos and videos of everything displayed from your web cam. The application also allows you to view pictures, videos, create and manage albums.";
fDesc[6] = "and conversion tool. If you are a music lover then this software is waiting for you. Creative Media Toolbox offers everything you need to \"play\" with your music in just one package.";
fDesc[7] = "automatically extract information on the file. E.g. EXIF picture data, MP3 tags & more. Import IMDB data tool.";
fDesc[8] = "PC with CD or vinyl decks. All you need is a PC and an audio interface (USB, FireWire, PCI compatible).MixVibes PRODUCER gets all the functionalities of DVS, boosted with pro features. This software brings another step towards making the DJ a musician and remixer thanks to a set of amazing creative tools. PRODUCER features: Mix the video files:Access to your favourite video files and include them in sync in your mix. Video clips format such as divx, .avi, .vob, .mov, .mpeg 1 or 2 are compatible. If your computer is powered enough (check the recommended specs) and you have the codec installed on your machine, specific and professional video formats such as H.264, mp4 and HD files can be supported. Along with the video, a special rack includes various video effects and transitions. The mixed video output can be sent to a secondary screen monitor or projector. 16 players are available to...";
fDesc[14] = "generation in media automation. As stand-alone automated media processing software, Equilibrium DeBabelizer Pro 6 for Mac OS X enables desktop designers to automatically edit, optimize and convert an unlimited number of images, animations and digital video files for ideal delivery on the Web, print, multimedia presentations, mobile devices, video games and interactive applications. For large workgroup environments and creative agencies, DeBabelizer Pro 6 is server-ready for the new Equilibrium DeBabelizer Server for Apple OS X and OS X Server and Microsoft Windows XP, Winserv 2000/2003, which enables multiple users of the DeBabelizer Pro 6 Client to automatically process numerous projects on the server and deliver the resulting media transformations to any off-line location, FTP site or back to the client hard drive. DeBabelizer Pro 6 Server includes Web client administration and...";
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 = '...';
}
}