var fDesc=new Array(); fDesc[1] = "shop. You can sell flowers in bouquets which is twice profitable than selling single flowers. You can try this game for 60 minutes before you buy the licensed version. There are some discounts for GameServer Members."; fDesc[2] = "line of defense against zombies, and you need to use given plants to stop them (they really are able to). Unlike other tower defense games, the enemies advance in a straight line and you can't modify their path. You can only shoot them down with different plants."; fDesc[3] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money."; fDesc[4] = "will put you in a gorgeous setting. It is a very pretty and peaceful pond surrounded with plants and trees. You can see the first ducks, rabbits and other animals starting to relax after the winter season."; fDesc[5] = "and plant them in three different pots situated in a virtual grow room. Then, you´ll have to take care of that seeds, watering them. They will germinate and begin their life cycle, determined by their genetic structure."; fDesc[6] = "solve the genetic puzzle!"; fDesc[7] = "lot of strategies to avoid the insects from eating and destroying your flowers. The game has got some excellent video and sound graphics and nice effects too."; fDesc[8] = "further growing flowers and plants. Buy upgrades for your farms and let Robin the dragon fight pests, harvest flowers and water the plants."; fDesc[9] = "trains that will run accross that layout. The user can plan the tracks situation, switches, gates, the whole layout, set buildings, industrial plants, lights, persons, cars, set the terrain characteristics, platforms, elevations, plants, reliefs, railway elements, etc."; fDesc[10] = "tools and options. The user needs internet connection to work with the software. It features a category list with an option to choose annuals."; fDesc[11] = "screensaver? Just have a look at Animated Desktop Wallpaper \"Enchanted Forest\". In the amazing, fabulous forest among the lofty trees live ..."; fDesc[12] = "software features nine powerful garden and landscape design software tools, patent-pending PhotoView and the sortable PlantFinder database with over 2,000 landscape plants. The PlatFinder makes it easy for the user to locate anything."; fDesc[13] = "different species. That information includes colorful pictures to get to know plants and flowers that might not be able to growth in your region of residence. It comes in three different versions: Free Edition, Standard Edition ($27.03), and Professional Edition ($94.95)."; fDesc[14] = ", grasses, and herbs. It allows you to create whole families of unique plants for 3D scenes easily. With PlantStudio you can design, animate and breed plants and can also create leaves, bouquets, outdoor scenes and other 3D structures."; 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 = '...'; } }