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] = "goose, shear a sheep, milk a cow and a goat, and enjoy the hard work of a farm. This game allows you to play a simple mode or a story arcade."; fDesc[3] = "taking care of a farm. Enjoy this challenging and fast game where you grow tomatoes, roses, cucumbers, melons and you produce milk and other products from cows, pigs and sheep."; fDesc[4] = "animals and harvest milk, wool and eggs. Grow all kinds of vegetables, work until the rooster crows and drink some lemonade if you're out of energy. No one said working on a farm was easy!"; fDesc[5] = "different activities. This game will challenge your ability to care of different things at the same time. Graphics are excellent and moves are very well done in Farm Craft."; fDesc[6] = "farm grow as you invest the money you earn on each activity and bonus stages. Enjoy this fun puzzle game where you will be doing farm tasks."; fDesc[7] = "catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them! To increase your score pick up items: fruits, vegetables, diamonds, jewels etc. You can also pick up some items to make your journey easy."; fDesc[8] = "with different levels and difficulty modes. Each level will increase the speed of your enemies and their number. Collect bonuses that will help you complete your tasks."; fDesc[9] = "animals and vegetables. Follow the market trends, learn to know your customers and sell ripe crops down at the town market to expand and get your business profitable."; fDesc[10] = "a horse to visit other locations such as the store. The gamer can work on a dude ranch harvesting vegetables, feeding livestock, and baking cakes. They can even try their hand at barrel racing and lasso practice."; fDesc[11] = "vegetables. The farm is represented by a board-like rectangle divided into cells. Each cell has a plant on it. You have to keep them watered so they grow, and when they do, you can harvest your farm in order to load some trucks with the vegetables."; fDesc[12] = "to sell them and get money. You will have to plant seed, water the plants, pick the vegetables and fruits, and also eliminate pests with insecticides."; fDesc[13] = "needs to pick carrots and other vegetables while anvils rain from the sky. The game is very nice, and kids will really like it."; fDesc[14] = "of the four seasons, of which winter is a bonus game. When I launched the game, which was easy to install, it changed my screen resolution automatically for the best viewing and presented me with a bright, easy to navigate, interface."; fDesc[15] = "land in the countryside. Now she's planning to live there forever. To be able to buy the land she must make a profit growing plants and vegetables."; 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 = '...'; } }