var fDesc=new Array(); fDesc[1] = "Heroes of Warcraft III, three missions showing the Orcs' battles and allows playing through Battle.net™. The missions included in this demo are totally new and do not appear in the full version of the game."; fDesc[2] = "I certainly believe there is no beating this year's FIFA. The most apparent change this year is the pace of the game. Everything has been tweaked so that the game plays considerably faster. The first time I noticed this is when the goalie gets the ball."; fDesc[3] = "single player adventures, or in large head-to-head guild battles. Guild Wars is a mission-based game set in a stunning 3D fantasy world that offers excellent support for guilds."; fDesc[4] = "versions. The main difference is that the game is done completely in 3D and allows a total control of the camera, and may change the angle of vision, getting closer and farther from the details of the adventure map as well as during the battles."; fDesc[5] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[6] = "the dark underworld of Hades on a quest of good versus evil, during which they will encounter some of the legendary villains of Greek mythology."; fDesc[7] = "variety of keyboard layouts. The program supports novice and expert users who wish to improve on their typing skills. It is appealing to adults and children alike by applying feeback techniques to keep the user interested in taking the next lesson."; fDesc[8] = "into a single category, because the game is so rich that it would not be fair to do that. This masterpiece puts you in command of an army of worms who have a variety of weapons. The goal is simple: kill all the worms from the other teams before they kill you."; fDesc[9] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities."; fDesc[10] = "bilingual and bidirectional dictionary. Therefore The SA Dictionary 2008 is their destination point. You can also use its Exam utility to test your skill."; fDesc[11] = "reflects the hack'n'slash spirit of Dungeon Siege, with some modifications. As it happened in the first part, every character improves his skill, as we make use of it, and becomes a real specialist in his field."; fDesc[12] = "via LAN or Internet providing endless re-playability. * New multiplayer features, including customizable squad colors, banners, badges, insignia and names, and the ability to ally with other players."; fDesc[13] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix."; fDesc[14] = "Teach them survival skill as building, fishing, exploration, research and healing other people. Guide them and build your village solving 16 puzzle of different difficulty levels."; fDesc[15] = "Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only."; fDesc[16] = "and practical lessons in order to perfect your typing skills; it doesn't matter if you are a beginner or an expert typist, a child or an adult, with this program for the whole family, everybody will enjoy and learn to type in a faster way."; fDesc[17] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game."; fDesc[18] = "your hamster fall down in a wrong way, or you can break his ball and loose time. Reach the goal before the time is up and enjoy each new level of this game."; fDesc[19] = "can draw and use all the tools that the program offers like freehand, pen, ellipse, transparency, bevel, contour and more. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too."; fDesc[20] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version."; 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 = '...'; } }