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] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies."; fDesc[3] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject."; fDesc[4] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[5] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving."; fDesc[6] = "the most popular games in history even more fun to play. Simply match tiles in pairs to eliminate them from the board. But be careful, remove the wrong tile and be stuck without a move."; fDesc[7] = "tile-matching adventure that begins over 10,000 years ago. Match magic gold tiles and travel through 12 Japanese eras, unlocking wisdom that will guide you to the Emperor’s lost treasures!"; fDesc[8] = "than 12 years now. Much has changed and much is going to change. The major changes have been due to the new technologies that the Internet has brought upon us and how we have more freedom to do things online."; fDesc[9] = "great features, intended to be used in the development of medium open source web projects. It is available under Windows, Linux and Mac."; fDesc[10] = "This title is inspired by the tabletop war game Warhammer Fantasy Battle. The story follows two different strands, each with its heroes and events, one follows the Empire and Elven Forces and the other the Hordes of Chaos and Skaven forces."; fDesc[11] = "bundled in previous versions. It is configured to get the most of your internet connection when downloading files, but of course you can configure this."; fDesc[12] = "team in charge of exploring deep into the islands where few have been before. As in any hidden object game, your goal is to find all the objects on a given list before the time runs out."; fDesc[13] = "involved in an alternative reality in which Winston Churchill dies in 1931, eight years before the start of World War Two. Without the strong leadership of Churchill, Great Britain falls under the Nazi forces."; fDesc[14] = "partners and new friends, and getting them whatever they need. They’ll express what they need using dialogue bubbles above their heads. You’ll be dealing with different types of campers, so you better be prepared!"; fDesc[15] = "see if you can make happen in real life what you’ve been studying at college. The game allows playing single or multiplayer mode (through Internet or LAN)."; 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 = '...'; } }