var fDesc=new Array(); fDesc[1] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[2] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little."; fDesc[3] = "very funny and entertaining. It is also very easy to use. It has got some good visual and audio effects."; fDesc[4] = "fans of word games. Including the amazing “Boggle Blast” mode, Boggle Supreme has been packed with lots of great features such as a new computer player called Betty who will teach you the game and also challenge you!"; fDesc[5] = "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[6] = "next stage, for example, in the first stage you have get eggs from hens. To get eggs hens must eat grass, and to get grass you have to water the ground. This is the kind of tasks that you have to carry out. In later stages you have to deal with pigs, cows, and many more..."; fDesc[7] = "better way. The basic rules are the same as in the original game, but it includes great new features that make this game absolutely enjoyable and addictive"; fDesc[8] = "game develops in a farm and the activities undertaken by the character are all related to this farm environment. You will be picking apples from the trees, digging patches to sow chilies, harvesting chilies, selling the harvest in the market, and so on."; fDesc[9] = ", much harder when Pixar has decided that it is going to have aspirations of becoming the best chef around Paris. This game was developed by a company which has wisely managed to connect with one of the most demanding audiences of nowadays market: children."; fDesc[10] = "to keep the shelves of the supermarket stocked, so that the customer can get whatever they want without losing patience. All the customers have different personalities, food tastes and patience levels, and they include common people, movie stars and teenagers."; fDesc[11] = "Market\", that is the place where banks and other institutions facilitate the buying and selling of foreign currencies. The interface will show you the values of the different currencies. Your goal is to buy and sell those currencies, trying to obtain some benefit from your transactions."; fDesc[12] = "second part, they created a virtual finance world in which they integrated a more realistic life, where more variables have been introduced to the game"; fDesc[13] = "and dream about vast-scale machination and stock market game but can't make it real - this free game was made to make you happy!"; fDesc[14] = "you need to create gorgeous puzzles. It’s really easy to use: you can create your own puzzles from your favorite photos in any format: jpg, tif, gif, among many others."; fDesc[15] = "trade, invest and finagle against backdrop of constantly scrolling stock and news tickers. NOW INCLUDES OPTIONS TRADING AND CHARTS!!"; 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 = '...'; } }