var fDesc=new Array(); fDesc[1] = "fourth episode in the SimCity series and originally was released on 2003. It has a single expansion pack known as Rush Hour which adds additional features to the game. But the Deluxe Edition contains the original game and Rush Hour combined as a single product."; fDesc[2] = ", the owner of the house in which you’re staying at. Thirteen levels will lead you to the truth, gather clues on each investigation. Try this game for 60 minutes."; fDesc[3] = "family and you have to do that in time. The game has a Sim-like top down view and it looks good. But it gets repetitive very quickly, you might want to try it first."; 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] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations."; fDesc[6] = "homes for the Tower Toons. The game can be played in four different modes: \"Story\", \"Quick Game\", \"Time Challenge\" and \"Party Game\". But you´ll have to play some levels in the Story mode in order to unlock the other modes."; fDesc[7] = "allows texture, model and sound add-ons so they can be ported into the original Doom. It gives a new life to an already great game and allows gamers to live nostalgia and fun at the same time."; fDesc[8] = "the virus via collecting all necessary ingrediants."; fDesc[9] = "his Majesty or as a feared pirate. Your riches will expand through successful piracy, theft of ships, plundering of towns or completion of missions from the town governments."; fDesc[10] = "safer and cleaner than surfing without it. A Handy DragAndGo feature which lets you drag a link to the new tab button so it self opens. Also you can drag text to the search bar to make a new search and Add Ons to add new features."; fDesc[11] = "Big Fish client. This program, once installed, will download the rest of the game from the Big Fish servers. The total size of the game is 119.31 Mb."; fDesc[12] = "take a victory over the virus via collecting all necessary ingrediants."; fDesc[13] = "blue sky. The panic has stricken the people, the roar of jet engines and falling bombs is all around... Your Bubble City is under attack! Stand up, everybody, and fight! Show the enemy that your bubbles are not weak and can save themselves. Shoot enemy bombs and save Bubble City. Click the bubble in the City to make it shoot. Frontier Guard will require from you not only the acuity of your vision and quickness of reaction, but also ingenious strategical moves. Download this free exciting arcade-strategy mix from Absolutist. The game requires Macromedia Flash 7 Player to run."; 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 = '...'; } }