var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = "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[3] = "way from machine guns, missiles, bombs, lasers and air support. After destroying some enemies you will earn extra bonus, powerups, weapon upgrades and ranking."; fDesc[4] = "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[5] = "not excessively rewarding because it is too simple but is one of the products that is very simple to install and we play whitout complications."; fDesc[6] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations."; fDesc[7] = "they may disappear completely. Beware! There will be not only fish among your catch."; fDesc[8] = "you eat and each time there will be less fishes capable of eating you. Become the bigger fish in the ocean. Enjoy this simple arcade game that show you how to become a predator from being the pray."; fDesc[9] = "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[10] = "the Revenge of the Chicken you will find lots of weapons and special bonuses in order to fight these invaders. All you will need to control the chicken is your mouse."; fDesc[11] = "footsteps of the Commandos series. Who hasn't played Commandos, raise your hands? Well, I have and I loved it. I can't say the same about Korea: Forgotten Conflict. The game has top-notch visuals that are not way better than the old Commandos."; fDesc[12] = "extra life with the help of keys that will open some closed sections in the labyrinth The movement as in the original version is done with a joystick or you can use the arrow keys at your keyboard."; fDesc[13] = ", Kangaroos, crocodiles, even elephants. If you love animals you will enjoy to care for your own farm and you will enjoy the challenge of feeding them and making them grow to sell them to make your farm a great animal place."; fDesc[14] = ", find/recover files from your NTFS partitions that where lost after FDISK, disk re-formatting, re-partitioning or partition table crash."; fDesc[15] = "prevent an ecocatastrophe and collect as many species of the extinct fish as possible to raise them in the laboratory."; 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 = '...'; } }