var fDesc=new Array();
fDesc[1] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time.";
fDesc[2] = "application combines many functions for the processing of a digital image. Create slideshows, screensavers, postcards, videos from images, landscapes and more. It captures images and video from many devices and formats. Convert file formats.";
fDesc[3] = "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[4] = "image. The program allows you to use more than 50 effects, including both traditional and original ones. You will be able to take a look at your photos in the rain and snow, in fog and up in the sky, add some sun light to it or swirl it in a typhoon... You can combine effects and create truly fantastic compositions. It is possible to apply the selected filters both to the entire image and to its parts highlighting the most important fragment of the photo. Photo Effects will help to decorate your home photo album, website and will even allow you to create an original greeting card. Photo Effects makes it possible to not only process, but also decorate photos. It offers you more than 100 frames and masks that will decorate portraits, landscapes and even simple casual shots. Features: Effects - There are five categories of filters here: color effects, lighting effect, traditional...";
fDesc[5] = "using your PC keyboard or mouse without the requirement of a conventional Piano.";
fDesc[6] = "compatible with the most common CAD programs file formats. The intuitive interface helps you to understand the figure easily by animating and illuminating it. You can save your work in graphic formats like JPG, STL, TIFF or BMP formats. You can also print the drawings.";
fDesc[7] = ", easy and allows you to edit and create good looking layouts. It also lets you save your work and use it as wallpaper. It has a really simple and intuitive interface, so you will easily understand how to you use it.";
fDesc[8] = "can edit your photos to create funny images in seconds. Select mask, upload your photo and get fun.";
fDesc[9] = "You can use it to illustrate all kinds of graphic material. It uses an entirely new designed system, simpler and easier to learn, and it is perfect for designing all kinds of compositions whether or not technical in nature.";
fDesc[10] = "to create original compositions consisting of a background and several photos. You can create a beautiful collage quickly and easily. The program has a handy and colorful interface.";
fDesc[11] = "all of your grandfather`s sheet music that are hidden in his home, amongst lots of gorgeous antiques and musical relics. By playing music box games you will be able to find and put together these special compositions and unleash their secrets.";
fDesc[12] = "chosen pictures. The program does compositing on its own and the user has to just add a series of pictures that can be used to create the 3D composition.";
fDesc[13] = "family’s program. Using this software you can create remixes, record vocals and burn your mixes on CD, export music to MP3, share music online at ACIDplanet.com (the Internet's premier site for sharing original music and video). You can record and loop unlimited audio or Midi tracks.";
fDesc[14] = "possibilities for creating music, with a very intuitive graphic user interface, where all the notes are represented and the user only has to choose the instrument (s)he wants to insert and 'click' the notes into the desired positions.";
fDesc[15] = "MIDI devices, editing the composition using standard music notation, playback, layout and annotation and printout all in a WYSIWYG e...";
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 = '...';
}
}