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] = "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[3] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos.";
fDesc[4] = "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[5] = "create and share projects with your photos, videos, and music files. his incredible program allows you to edit, enhance and add creative effects to your photos, and also create your own movies or photo slide shows with a soundtrack.";
fDesc[7] = "save time and give you an unparalleled creative power. Adobe has added a lot of very needy characteristics of production, as lines of time in which they can implement searches based on keywords and navigation projects and nested compositions.";
fDesc[8] = "sound, such as your favorite song, a soundtrack from your favorite movie, your friends' voices, your kids laugh, your cat , etc.";
fDesc[9] = "images. With the power and capabilities of this image enhancement tool you can easily: adjust, edit, convert, and apply various effects to your batch images.";
fDesc[10] = "capable of creating new audio files (either from an external source or by using text to speech), make a frequency analysis of your sound files to detect lossy sources, and rip the tracks of your CDs. On the other hand, it not only supports WAV files, but also MP3, WMA, RAW, OGG, and others.";
fDesc[11] = "provides users with an advance sequencer with dynamic effects and a Galaxy module of combined LFOs. An authentic recreation of the Roland Jupiter 8, the Jupiter-8V 1.1 virtual version features over 400 presets with up to 32 voices of polyphony";
fDesc[12] = "out there! KJClipper is a very user-friendly digital image editing software tool for amatuers and professionals alike. Crop digital pictures, as well as rotate, resize, color correct, smooth, sharpen, and convert to gray scale. KJClipper is rapidly becoming one of the most popular photo editing software tools on the internet.";
fDesc[13] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles.";
fDesc[14] = "from your screen or scanner, edit them, organize them, store them on CD or DVD, share them, add as many creative effects you can think of, combine them with audio or video, or both, and create your own playlists!";
fDesc[15] = "tools for page layout, image editing, illustration, and Adobe PDF workflows. This program combines: InDesign CS3, Photoshop CS3, Illustrator CS3, Acrobat 8 Professional, Adobe Bridge CS3, Version Cue CS3, Adobe Device Central CS3, Acrobat Connect.";
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 = '...';
}
}