var fDesc=new Array(); fDesc[1] = "The Sims 2 includes plenty of new features that enhance the gameplay even more. This new version features an enhanced neighborhood editor that lets you import custom cities from Maxis' own SimCity 4, if you have it installed."; fDesc[2] = "furnish a flat and calculate the it's cost with the latest IKEA prices. You can share the plan of your dream bedroom by saving the project to the disk and send it by email to your friend."; fDesc[3] = ", walls, doors and appliances in minutes and gives you a real time 3D preview of all your plans. You can create walls of desired dimensions and directions, use textures for your walls, hang paintings on them and much more."; fDesc[4] = "kitchen and bathroom appliances and items. In all, over 103 items are included in the pack, along with a new house and a romantic loft. The pack is aimed at the dedicated Sims fans."; fDesc[5] = ", 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[6] = "to clear all the spaces in your board, new butterflies will appear when you set groups, you must clear the tiles and rocks under them. Help your fairy friend to built a house and enjoy this magical adventure."; fDesc[7] = "features, this patch offers a multilevel secret place to be used as refuge; a garden where various poisonous plants grow; a cattle shed for vampires; a mine to get gold from and diverse upgrades for the house, which allow the utilization of new furniture, ornate and more."; fDesc[8] = "own color and is called upon to lay the eggs of this color."; fDesc[9] = "running vs a computer player with a certain period of time. this game will entertain you with the different levels and will turn you a master of construction."; fDesc[10] = "a strange and mysterious place in the middle of a dark forest. You will find a very weird house, maybe an abandoned mansion of some sort. Who lived there? Or who lives there now? Or maybe, what lives there?"; fDesc[11] = "houses. You´ll need to impress the judge and win so that your house appears in Superstar Homes magazine. The game has two play modes: Career and Sunnyville Tour. Players cannot access Sunnyville Tour until they complete the game in Career Mode."; fDesc[12] = "with your friends. Plain intuitive rules also help to relax. Play and enjoy yourself!"; fDesc[13] = "celebrate our own party. In sum, this stuff pack presents the following additions: * It Permits to hold a party. * It Adds five new styles of music (Hawaiian, Rave, Techno, Rap and Disk). * New interactions and activities."; fDesc[14] = "Cards Deluxe, developed by Zylom Games, comprises a selection of classic and favorite card games, new games and variations of old ones. You can play and enjoy, for example, Vertical, Klondike, Freecell, Yukon, Pharaoh’s solitaire, Fifteens, Carpet and Pyramid, among others."; fDesc[15] = "the introduction to the story behind this house. You will learn about the family that used to live in the house. A perfectly normal and happy family. And, suddenly, the people from the town started asking about them, since they haven't been around for a while."; 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 = '...'; } }