var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "related to Creative Hardware, Drivers and Application Software. The Program identifies the devices connected to the computer and generates information which helps the product developers.";
fDesc[3] = "is to make easier to play, convert and transfer music from your computer or portable mutimedia player, it even includes an online store to compete with Itunes";
fDesc[4] = "from Creative, that includes the webcam console ( basic webcam usage), webcam center (basic and advanced usage) or webcam central (replacement for webcam center) and Creative livecam application (animated avatars)";
fDesc[5] = "With Dell Webcam Center, you can perform photo and video captures or perform advanced tasks such as remote monitoring, motion detection, and time-lapse video capturing.";
fDesc[6] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities.";
fDesc[7] = "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[8] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required.";
fDesc[9] = "delivery formats to suit the new media, such as interactive PDF format or Adobe Flash. Indesign allows publishers to create and submit compositions for printing.";
fDesc[10] = "photo collection. With Creative Photo Manager you can create slideshows, screen savers and panoramic views from your photos. It provides you with various editing tools to enhance your photos.";
fDesc[11] = "files using more than 10 audio filters. Like Silence, Reverse, Echo, Fade In, Fade Out, Audio-cleanup. The audio graph helps the user to know the current playback and exact position for using a filter or editing of sound.";
fDesc[12] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts.";
fDesc[13] = "care about creative persons and released the phones’ platform Series 40 software - Nokia Series 40 Theme Studio. Using it you can develop and edit design themes.";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}