var fDesc=new Array();
fDesc[1] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9.";
fDesc[2] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!";
fDesc[3] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time.";
fDesc[4] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications.";
fDesc[5] = "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[6] = "video as animated wallpaper, dynamically generated content as animated wallpaper, and more. DeskScapes supports the new .Dream format. The .Dream format has been specifically designed to contain content intended to be used as animated wallpaper (making it much easier to find on the net than looking for video files). The .Dream format supports triggers, dynamic content, MPEG video, WMV video, and author information.";
fDesc[7] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer.";
fDesc[8] = "backgrounds can replace your standard wallpaper and will breathe new life into your desktop.";
fDesc[9] = "program allows you to choose the video file, select your desired part and then crop it for your avatar, userpic or signature. You can in this way create original video avatars for your blogs or journals, or you can set userpics in your profile page for any forums, communities, your website, etc.";
fDesc[10] = "users to easily reorder, duplicate, or append frames to animated cursors. Images can be modified by drawing tools and filters.";
fDesc[11] = "good price the users can create and optimize animated GIF images, buttons, banners and other Web graphics that draw the attention of the site's visitors.";
fDesc[12] = "screensaver will take on a trip to the bottom of the ocean. You will be able to watch many different kinds of sea creatures. Fish, octopus, crabs, manta rays and even a mermaid or two.";
fDesc[13] = "own screensavers. By using this program, you will be able to add any picture to the program's main window and then play with it until you have the screensaver you want.";
fDesc[14] = "and in other applications. This is a program with which you can create, edit and convert animated cursor files (.ani). With this tool, you can create cursors of any size.";
fDesc[15] = "animation from a blend of images, captured video snapshots and multi-page files. It can be used both by amateur designers and professionals.";
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 = '...';
}
}