var fDesc=new Array(); fDesc[1] = "into an army capable of annihilating the Allies once and for all. Battling alone, you're on an intense mission to pierce the black heart of the Third Reich and stop Himmler -- or die trying. Fighting in advanced team-based multiplayer mode, you'll wage your own WWII in an all-out Axis vs. Allies contest for frontline domination. Powered by the Quake III Arena engine, the Wolfenstein universe explodes with the kind of epic environments, A.I., firepower and cinematic effects that only a game created by true masters can deliver. The dark reich's closing in. The time to act is now. Evil prevails when good men do nothing."; fDesc[2] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!"; fDesc[3] = "different colors with numbers on them. You will also have a card with numbers and colors. Every time you see that the number is both in the line and on your card you will have to click on it so that it disappears and you get points."; fDesc[4] = "ready for the contest called Town of the year. The game is the second release of the sequel and includes great improvements and amazing new features."; fDesc[5] = "four wedding planners in a TV-show, organizing luxurious weddings worldwide. The first wedding to plan is at Niagara, so you’ll be flying within the next three hours! Try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "by the famous Pat Sajak. The show is a questions&answers contest, related of course with words and letters. On the main menu you’ll see three podiums located on the TV studio. Each of the podiums represent a different game you can play."; fDesc[7] = "while the customers want to order some drinks, so you have to take their orders, prepare their drinks, and take the drinks to the customers before they get tired to wait. Every now and then the drinks machine gets empty, so you have to refill it."; fDesc[8] = "to win the contest. Make sure to meet all the requests of the brides and grooms when it comes to decoration and food."; fDesc[9] = "participating. Prepare delicious recipes and follow all the instructions the game will provide you with it´s hints and tips option."; fDesc[10] = "several games related to prices. It’s a multiplayer game allowing up to four simultaneous players, because that’s the capacity of the show. You can try this game for 60 minutes before you buy the licensed version."; fDesc[11] = "BomberMan. Does not contain violence and suitable for kids. Online contest for best players. Extra levels/missions will be released."; fDesc[12] = "of the games are the alltime classics, some are completely new and untasted. Try yourself in this variety!"; fDesc[13] = "play this game and you will be devoured by its idea, new features, effects and music. Start your basketball game and be a champion!"; fDesc[14] = "out that the recipe, given to you by your grandmother, disappeared! Make up a new one and recollect all the ingredients!"; fDesc[15] = ", lyrics and more. It can be updated with multimedia packages."; 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 = '...'; } }