var fDesc=new Array();
fDesc[1] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[2] = "video files, including high-definition AVCHD. Author your videos, adding high definition disc menus and Dolby Digital 5.1 sound, edit and enhance your movies, and burn them to almost any type of disc. It also includes a suite of tools to copy, rip, and erase your discs.";
fDesc[3] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[4] = "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[5] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards";
fDesc[6] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money.";
fDesc[7] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out.";
fDesc[8] = "pieces, combine various videos, incorporate background music, sound effects and voice utilities and many more, in just 3 steps.";
fDesc[9] = "pre-made one included in some of the wide arrange of templates sets that the program has included, or you can buy and download more templates from Laughinbird´s Website.";
fDesc[10] = "the click of a button, from NavBars with menus to animated banner ads.";
fDesc[11] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls.";
fDesc[12] = "job in some fashion magazine. Then, she will have to hire some models, select clothes that match with a certain style, direct a photo session to produce the pictures to sell to the magazines. Try this game for 60 minutes before buying it.";
fDesc[13] = "Person Shooter) category in which weapons are used, in this case are futuristic weapons. Following the outline of the saga two teams are placed on a battlefield with certain objectives to be met in order to prevail on the opposing team.";
fDesc[14] = "plug-in. The standalone application works independently from other applications and has the complete functionality offered by AKVIS Magnifier. On the other hand, the plug-ins allow certain photo editors to make use of the photo enhancement capabilities of the program.";
fDesc[15] = "positive impact on the environment around you. You will travel the world, meet interesting people and discover exciting new ingredients and recipes, having a positive effect while improving your business.";
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 = '...';
}
}