var fDesc=new Array(); fDesc[1] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues."; fDesc[2] = "him that some of the ghosts that Mortimer had evicted in the past, came through a portal. There are 9 anomalies scattered through time and space, and Mortimer must do something to prevent a Time Paradox."; fDesc[3] = "the main character (the one we control) is a man whose plain crashed in the jungle. It’s not clear who the other characters are, as the main character tells the story in the first person."; fDesc[4] = "the most famous cities in the world. The game is beautiful and also sounds very good. However, it poses no challenge to gamers."; fDesc[5] = "will play the part of Jennifer Lourdes, a novice FBI agent who is in company of Alan Michaels, an older agent, they are after Ira Einhorn, a former hippie leader who turned into killer and runaway after putting Holly Maddux to death in 1977."; fDesc[6] = "station, where the player must observe all the directives, follow the signals indications and control the train. Score depends on how the engineer drives the train, and penalties are applied when the driver goes faster than the speed limit shown in a signal or a stop signal is passed over."; fDesc[7] = "of various playfields and players, weather visual effects, or live cheering."; fDesc[8] = "makes things interesting with a variety of power-ups to collect, and 4 modes of play: Happy Fields - A series of 20 predefined levels, beat them all, and you win! Play alone or 2 players cooperatively. Dank Dungeons - An infinite number of randomly generated levels, each bigger than the last, and more dangerous. Survive as long as you can. Play alone or 2 players cooperatively. Sibling Rivalry - In random levels or the Happy Fields levels, compete best 2 out of 3 with an opponent to see who can collect the most candles. Power Ups give you ways to outdo your opponent, or even squish him with a glance with the Evil Eye. 2 Players only. Time Attack - Play any of the Happy Fields levels, or the first 20 Dank Dungeons levels, trying to get a record time. You have unlimited lives, but there's a time penalty for getting hit. 1 Player only."; fDesc[9] = "penalty. It is not as easy as it seems. The face is moving extremely fast. Only the super accurate can achieve high scores."; fDesc[10] = "payments ... provisions for penalty or late fees, additional principal, apply escrow taxes and or insurance payments received and disbursed."; fDesc[11] = "from any text file dictionary, decide the letters used in a game, analyse your games move by move."; fDesc[12] = "additional software is required to run the compressed software, it is completely transparent. There is no speed penalty incur..."; fDesc[14] = "good score, you play RingJongg to win! There is no penalty for reshuffling, so you can use your puzzle-solving skills to..."; 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 = '...'; } }