var fDesc=new Array();
fDesc[1] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence.";
fDesc[2] = "get to bet how well you can do at the beginning of each round. A window appears asking you to choose one of the three options The thing is that if you miss your bet the game is over, so try no to shoot too high.";
fDesc[3] = "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[4] = "Arctic. In his way throughout the different levels, the bear has to fight a great variety of evil monsters with his only weapon: a snowball. In order to get to the next level, you have to kill your enemies by turning them into large snow balls that you can kick to kill others.";
fDesc[5] = "can. Protect silver and golden fish from the garden. If cats take away all your fish you will loose, you must keep at least one of your fish before the time is up.";
fDesc[6] = "formula established in the previous two games. In this launch of the game, two teams of up to 32 players each battle to gain the supremacy on immense virtual battlefields, fighting one another on foot, in a vehicle, on sea, and in the air.";
fDesc[7] = "score points by exploding them. Your only help is your faithful dog, Sheriff, who will chase away the thieving polar bears who are trying to take the most important supplies.";
fDesc[8] = "entertaining and has an engaging storyline. A little monkey has lost all of its teddy bears, and the objective is to help it find them.";
fDesc[9] = "this particular sport, because it can cause strong emotions. You have to kill as many animals as you can and prevent being killed by bears or mooses. You have five shots available before you have to reload your weapon.";
fDesc[10] = "fight against polar bears, so as you can imagine this game story is quite like David and Goliath. Each level comes in two stages. You launch penguins at the first stage (aim carefully!), and you bomb them at the second one. It is all about good timing.";
fDesc[11] = "white bears, penguins, seadogs, icebergs, cold ocean surface and snowy landscapes.";
fDesc[12] = "see many different images that talk only about LOVE. There are images of cute teddy bears, puppies and children. They all carry either a heart or something similar with a message or only the word LOVE.";
fDesc[13] = ", characters, gifts and feelings. Santa, Christmas deers, cute bears, gingerbread men, bells and many other beautiful images are included, replacing the non-festive default card images.";
fDesc[14] = "in the previous two games. In this launch of the game, two teams of up to 32 players each battle to gain the supremacy on immense virtual battlefields, fighting one another on foot, in a vehicle, on sea, and in the air.";
fDesc[15] = "Animated Screensaver \"Three Bears\". You can watch the forest kings ? the bears ? in this pine forest. ...";
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 = '...';
}
}