var fDesc=new Array();
fDesc[1] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard.";
fDesc[2] = "always crashs, what do you think? Now, you have choice - Crazy Browser, Crazy Browser is the most stable tabbed Web browser! By the way, it's freeware, totaly free, no ads, no spyware.";
fDesc[3] = "them at the site Gametop.com and you can download there. In this title you will find some funny birds that you will have to shoot. In the main menu you can choose between adventure, arcade and puzzle.";
fDesc[4] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix.";
fDesc[5] = "will make your chatting change like never before. Besides the ones that come with the program, you can also download new winks online with only one click. You will never get bored.";
fDesc[6] = ", including small fish and large sharks. Your objective is to catch as much fish as time allows you. Join your counterparts!";
fDesc[7] = "police catch you or you will go to jail and the game will be over. Enjoy this fun game and run fast to get control of all the territory. Collect guns and items to help you in your challenge.";
fDesc[8] = "say that I am an Engineer. This game gives us a new challenge in each stage. In each stage there are several machines or elements fixed in the screen and some others that we can use as we want to reach a goal stated at the beginning of the stage.";
fDesc[9] = "if you see any obstacles like other cars or road blocks, you can maneuver or press the space bar on your keyboard to make the car jump and go over the obstacles.";
fDesc[10] = "create machines with predefined objects in order to solve a simple task. The game contains a large amount of puzzles and most of them are really good. If this is the kind of game you like, then try it out.";
fDesc[11] = "tasks required by the game. This demo version can´t be registered to become a registered version. Should you wish to buy the complete game (named \"Crazy Machines Gold\"), you will need to follow the provided link.";
fDesc[12] = "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[13] = "according to a level’s virtual environment, enabling gamers to be carried into various fantastic adventure stories taking place in beautiful virtual worlds, controlling Gumboy through adventurous levels.";
fDesc[14] = "game modes that will keep you entertained for a while. With good presentation and graphics this is a great game for kids.";
fDesc[15] = "Youtube, google video, Myspace and metacafe. The program main's window will run on an Internet's website. The program is very easy to use.";
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 = '...';
}
}