var fDesc=new Array();
fDesc[1] = "all know: \"A long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years.";
fDesc[2] = "long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years.";
fDesc[3] = "we all know: \"A long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years.";
fDesc[4] = "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[5] = "invasion to take over the entire solar system! Journey to each planet and fight your way through to save the world (again)! One or two players.";
fDesc[6] = "your magic rifle that will turn the targets into cacti and stones. The size of the file that you download from the given link is only 102 kb., as it is only a downloader. The real size of the game is the reported size.";
fDesc[7] = "own color and is called upon to lay the eggs of this color.";
fDesc[8] = "The game story tells that in the deepest darkest jungle lies an abandoned temple. The players must lead Crazy Chicken (the game main character) inside, and travel deep underground to find the elusive Jewel of Darkness.";
fDesc[9] = "caring for chickens, pigs, cows, and other animals. Visit five separate farms and sell over 25 distinct products. Work through rough seasons like intense summer heat and a cold winter freeze.";
fDesc[10] = "the evil chickens that want to destroy them and shoot them all. Use bombs and shoot eggs to all the chicken approaching to kill them before they reach the walls of your area.";
fDesc[11] = "vet. There are horses, calves, bunnies, ducks, sheep, chickens, etc. Every morning you have to check your to-do list on your PDA, it will show you the duties.";
fDesc[12] = ", a cottage house, cows and horse are grazing, birds are singing, chickens are walking - all these help you to relax and forget about problems.";
fDesc[13] = "appearance, can be enjoyed by adults and kids alike. The game is basically a match 3 puzzle with the difference that lines should consist of at least five items. It is very easy to play and has some details that make it really charming and fun.";
fDesc[14] = "every bird that passes flying in front of you. If you hit them, they will become colored ice cubes, that will fall to the grid at the bottom of the screen. You can then swap the position of the colored ice cubes to form a group of three that will be cleared from the grid.";
fDesc[15] = "market, to make his living. All the people in the town, buy the eggs from the market at reasonable cost and are very happy and satisfied. This week the chickens have been taken over by a new kid in town. Big Boss Bird. He wants to sell all the eggs for a huge profit in the city. This will ruin Farmer Eggbert and all the people in the town, will go hungry. Can you help Farmer Eggbert to collect his eggs?. There are lifts to help you collect the eggs. Extra lives (you will need them) Enemies include: Chickens, Big Boss Bird, Fire, Dissolving Platforms and much more.Includes Install and Uninstall";
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 = '...';
}
}