var fDesc=new Array(); fDesc[1] = "knowing how to build and manage a classical Roman city. It is not easy at all, especially if you get in mind to meet the needs of your citizens. Build houses, roads and many other buildings."; fDesc[2] = "a college debt riding on her and a job coming to an end. Her only chance is to travel around the world, working at different joints and proving her culinary abilities."; fDesc[4] = "simple; you only have to turn off all the lights on the board by clicking on each piece. The game is simple, small, but entertaining enough to keep you busy for a while. Besides, it can very addictive. Definitely a good pastime."; fDesc[5] = "for all age groups. In the refined online league system you can match yourself with the rest of the world. Have fun - just be quicker!"; fDesc[7] = "citizen of Brainville that must help others with their tasks. As you go along, you play different kinds of challenging brain games. Very recommended for everyone."; fDesc[8] = "Randomly moving and teleportig cards. Joker and gravity. Card sounds and backgrounds. Match cards to descriptions. Customizable layout."; fDesc[10] = "memory game), Jigsaw puzzle, Scrambled (you have to slide the pieces to scramble the picture), and Leap (a funny game, in which you should jump over frogs until there is only one left)."; fDesc[11] = "must be taken at all times, which will go off in thirty minutes. The bridge can only take 2 persons at the same time and they all walk at different speeds."; fDesc[12] = "memory games where you have to select the identical pairs from a static board, here the board keeps rotating after certain intervals. You even get negative marks every time you do not find identical images."; fDesc[14] = "them! THREE difficulty levels help you to choose an equal opponent."; fDesc[15] = "the race function and play against your friends, it's even possible to set your own color combinations to trick your opponent. The comments the user..."; 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 = '...'; } }