var fDesc=new Array(); fDesc[1] = "of a few different soldiers fighting for different Allied factions during World War II. Each of the game's 10 missions is split into different stages. The game's graphics are particularly great, specially the smoke effects from smoke grenades and explosions, and sound is nothing less than superb."; fDesc[2] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin."; fDesc[3] = "customers, take orders, and perfectly prepare a variety of dishes in more than 50 levels of fast-paced fun. Cooking Dash Deluxe is delectable fun for the whole family."; fDesc[4] = "maximize the profits of the store, and later, stores you have on your control. The game has good ideas but there are many issues that do not make the game enjoyable."; fDesc[5] = "decided it's time for Alicia to take over her chain of posh boutiques, beginning with one boutique. You must help Alicia to rule this boutique, and to earn enough money to receive the control over the whole chain."; fDesc[6] = "construct the zoo from the start. You will have to take care of the animals, feeding them, sending a doctor to take care of them or petting them. Eventually, you´ll need to relocate or move some animals."; fDesc[7] = "the times of the Iron Curtain. Plot: The story puts you in the shoes of Matthew Carter, a freelance journalist who makes a trip to Moscow to investigate a story that could give him the Pulitzer prize in which are involved the U.S. presidency and the KGB"; fDesc[8] = "Plus. It consists of two parts. First, the sensor that goes on your shoe, and, second, the sports band, which is also a watch. Nike Plus ready shoes come with a little compartment at the bottom of the shoe that allows it to track the distance you..."; fDesc[9] = "possible time, by swapping objects on the board in order to make a line of three or more matching objects. These objects can be lipsticks, combs, rings, mirrors, shoes, etc. As we play the girl becomes more and more fashionably dressed."; fDesc[10] = "done.You have to distribute tasks among your collaborators taking into account their special abilities. Also, you have to keep an eye on their stress levels. The game is organized in “episodes”. You can try this game for 60 minutes before buying."; fDesc[11] = "want for this girl. The options you have in this game truly make it a role-playing game. It is a light adventure game that may suit the female audience more."; fDesc[13] = "maintain it in a proper condition. Your task list will include a lot of functions such as building new homes and repairing old buildings, golden veins, building farms, recruiting settlers, taking care of settlers and satisfying their need for accommodation, food, health and job."; fDesc[14] = "are in the facility at the same time of the incidents of Half-Life. The modification includes very challenging and smart levels, as well as new weapons and items. Visitors is a great modification that anyone with HL should check out."; fDesc[15] = "and shoes. It's perfect to plan working hours, keep track of scheduled appointments and what service bay technicians will be using."; 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 = '...'; } }