var fDesc=new Array();
fDesc[1] = "creating multimedia messages to be sent via your mobile. The tool allows you to easily get through with creating and handling of messages with images, video and audio clips.";
fDesc[2] = "a local orphanage. To help Sally achieve her noble goal you must assemble teddy bears by using six parts (head, torso, arms and legs) of the same color which move in a conveyor belt.";
fDesc[3] = "out a task that is essential for many people. It creates watermarks. Watermarks are images that are embedded on top of your pictures or images so that people know who created them and so that your work is not stolen by anyone else.";
fDesc[4] = "Gallery and Slideshow. The first one lets you create a gallery in 3 steps while the second one gives you additional tools to customize presentations.";
fDesc[5] = "(but related) photographs. Once they are imported, the user can select and set many options to obtain the best panorama output file, such as lens distortions, zoom on each picture, barrel distortion correction, correction for different image brightness, etc.";
fDesc[6] = "program, but includes advanced customization options so we can enjoy a menu of absolutely professional installation. The program has an interface that emulates the Windows Explorer.";
fDesc[7] = "will need WinMUGEN installed in your system. WinMugen is a game engine that allows you to fight against different enemies. Fighter Factory will let you create characters from the scratch or modify existing ones, to use them later in your games.";
fDesc[8] = "Deluxe 7.0 features the largest collection of store-quality greeting cards ever assembled in one software package.";
fDesc[9] = "sessions. The Bomb Factory BF76 (formerly, Bomb Factory 1176) offers you the world-class compressor/limiter capabilities of the classic 1176 Peak Limiter, while the BF Essentials provide a set of time-saving, trouble-solving, mixing studio utilities";
fDesc[10] = "preserve your photos or images using a collection of photo realistic templates, among some other tools. Scrarbook Factory Deluxe can´t be downloaded from Internet for trial purposes, you must buy it to try.";
fDesc[11] = "manner. You’ll be able to add music, videos and animations. You also will be able to create an installer to distribute your screensavers quickly and easily .It works on Windows 98, Me, 2000, 2003, XP and Vista.";
fDesc[12] = "punished you to work at the Yummy Drink Factory and serve delicious drinks to thirsty villagers as you work your way to freedom. You can unlock tasty new recipes and decorate your shop to keep your patrons happy to earn enough to earn your liberty.";
fDesc[13] = "transitions to create an incredible slide show. With a lot of impact and show. You can also burn your movies that you have created to DVD or better yet, publish them to the web.";
fDesc[14] = "intended to provide a way for adults and children to get started in the games creation. The Games Factory provides all the stuff you´ll need to manufacture Arcade games, Platform games, Adventures and Screen Savers.";
fDesc[15] = "Explosion® Business Card Factory® Deluxe 3.0, you can create customized professional business cards in just minutes. Guaranteed.";
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 = '...';
}
}