var fDesc=new Array(); fDesc[1] = "will be able to select among cats, dogs, birds, tropical fish and hamsters. But there are not only animals in this expansion: it also brings new objects as houses for dog, cages for parrots, pictures and more."; fDesc[2] = "trips and preparing holidays for the Sims. The expansion offers three different destinies in which the Sims can spend some days far away from their houses of their work, on holidays"; fDesc[3] = "houses which you rent and collect the money every month, and you also own some empty lots on which you can construct new houses. You can try this game for 60 minutes before you buy the licensed version."; fDesc[4] = "every home in San Saba! Take them down city by city, town by town. When you have all of Texas, you have to face your final opponent. You can try this game for 60 minutes before you buy the licensed version."; fDesc[5] = "to do is create matches on the board by placing the pieces you get from the game. On the top of the screen, you’ll be seeing the next three or four pieces to come, so you can anticipate your movements."; fDesc[6] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[7] = "acts as a camera we can use to view around at 360 degrees. We are Ash, a male trainer who can walk freely around the mini village, always followed by one of the Pokemon pets."; fDesc[8] = "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[9] = "on a journey to a picturesque small village probably on the side of a mountain. There is no traffic, no smog, and no street noises. Everything is really calm and settled down. The rooftops and the streets are covered with snow, making the ambience even more peaceful."; fDesc[10] = "video game that was released probably 10 years ago. In Build in Time, you are a sort of contractor that gets to build properties. You are given materials and styles to choose from since 1950 and you can go forward in time until the year 2000 or so."; fDesc[11] = "customers, add accessories like a pool and paint property in the preferred colors. Meet revenue requirements in order to advance in the business."; fDesc[12] = "for a romantic supper. Hot Date also incorporates a lot of new objects that you can use to furnish your home , and as in the previous games, you buy each of these using the game's easy-to-use shopping and building interface."; fDesc[13] = "like built houses and earn money. Each level will increase, your goal will be bigger and harder. You will become an expert and you will enjoy this great game."; fDesc[14] = "airfield is sloping, short and has an altitude of 9,000 plus. The area around the field has a high definition mesh. The textures are precise and highly detailed."; fDesc[15] = "real photo models of trees, shrubs, bushes and flowers to choose. It has hundreds of textures available along with Pre-drawn houses and sample garages. The user can add these easily to the drawing to save time. The program requires no experience to use."; 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 = '...'; } }