var fDesc=new Array();
fDesc[1] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played.";
fDesc[2] = "next stage, for example, in the first stage you have get eggs from hens. To get eggs hens must eat grass, and to get grass you have to water the ground. This is the kind of tasks that you have to carry out. In later stages you have to deal with pigs, cows, and many more...";
fDesc[3] = "This program found its market and won a lot of awards. This software will help you to convert your photos and videos into a dazzling and moving TV experience in wide-screen format. It is ideal for novices. There are full set of tools for slideshow creation, with various effects...";
fDesc[4] = "groups of three or more in each level. The game is very easy to use, and it has got some nice visual graphics and audio effects. You will be able to use the game options to shut up volume, reduce it, use the full screen mode and more. You will see many sea animals ordered in a specific way.";
fDesc[5] = "functionality is very easy and has amazing features such as: You will never be worried anymore if the email you sent were received, because these email won’t be blocked like spam, you will have the opportunity to see an alert window when somebody opens your email message! Etc";
fDesc[6] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[7] = "get Slingos (5 matches in a row). What you see in the screen is a combination of a slot machine and a bingo’s card. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[8] = "taking care of a farm. Enjoy this challenging and fast game where you grow tomatoes, roses, cucumbers, melons and you produce milk and other products from cows, pigs and sheep.";
fDesc[9] = "program to edit image files with many effects. With this program you will be able to rotate, crop, resize and edit your image files the way you want to. Moreover, the program will enable you to combine image files into a single larger file.";
fDesc[10] = "props master! This game contains two game modes, making 12 award-winning movies using 12 moviesets. Get your act together, because the success depends on you and your countless props.";
fDesc[11] = "immerses the player in a fierce war between an intergalactic space colony called Halo and some stellar alien invaders known as the Covenants.";
fDesc[12] = "1 side free, and which have no other tiles on top of them. Your second goal is to earn tiles. There are 27 tiles to collect, 9 bronze, 9 silver and 9 gold. You can download new tiles sets and choose what music to play during the game.";
fDesc[13] = ", Autostart-function, Start with timer, little SysMon (RAM-Monitor), Snooze, Multilanguage - Winner of the \"Isidor Awards 2003/2004\"";
fDesc[14] = "game the three characters have to rebuild it. Starting from scratch, they’ll have to take care of the first citizens and build up the infrastructure needed to survive, such as houses, wells, farms and so on.";
fDesc[15] = "for acceptance. Additionally, it will submit requests for numerous less important awards as well. Database can be auto...";
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 = '...';
}
}