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] = "picking items from different locations, following a list provided by the game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. You can try the game for 60 minutes before buying."; fDesc[3] = "tree by introducing step-by-step data about our ancestors. It is a very easy to use program and we do not need special training to start building our history to share with the rest of our family or just for entertainment."; fDesc[4] = "game you play a New York-based wedding planner who must help the two different couples prepare everything for their big day."; fDesc[5] = "of two parts: a client and a server. The server part should be installed on the computer to be controlled. The program protects itself with a password, and it encrypts all the packets transferred so that they cannot be intercepted or recorded."; fDesc[6] = "you’ll have a shooter-like device with which you’ll drop balls. The colors of the balls to be shot varies randomly, so you have to select the best place to drop it according to the color."; fDesc[7] = "may surely know, the result of the game is quite unexpected since you never know how the game will turn out. The purpose of the game is well known…You start the game deciding whether to choose a career or pay your way to college."; fDesc[8] = "games like Final Fantasy, Chrono Trigger, or Dragon Warrior. Ahriman, an evil deity, has opened the Demon Portal. Dark creatures threaten the great isles. You control Rhen, a girl, whose mission is to halt their destruction and defeat Ahriman before it is too late."; fDesc[9] = "family which always owned hotels – a chain of them to be precise. But the time came when things went wrong and the family had to sell everything. Since that moment in her life, Jane dreams about owning her hotel."; fDesc[10] = "Einlock. This young woman is looking for her missing husband because they are supposed to get married in two days. Beyond the story, the game could be categorized into the “seek & find” category."; fDesc[11] = "“missions”. You’ll be welcomed by Mr. Bones who owns a cat in love with his neighbor’s kitty. Now, those cats want to get married but since they are cats they don’t have any money! So the game invites you to help Mr. Bones and the cute cats to collect money for the wedding."; fDesc[12] = "without emoticons? Here you can have a lot of naughty and rude smileys, your friends are shocked and if you have a boyfriend or girlfriend or you are married, you can express your intentions very well."; fDesc[13] = "recently got married and in their honeymoon the most amazing thing happened: while diving in the ocean they found a chest fool of gold coins."; fDesc[14] = "the current tax bracket. \"Tax bracket\" shows percentage tax rate on the top dollars earned. This calculator allows quickly estimate the federal tax, average tax and find your tax bracket. ."; 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 = '...'; } }