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] = "downloaded maps of over 200 countries on your PC to a mobile device with Nokia Maps previously installed. You can use the Nokia Maps application on your device any place at any time."; fDesc[3] = "countries and can classify it according to various criteria such as gender, country or station's / broadcaster's name. It classifies the stations according their type and programming: TV, radio, movies on demand and TV on demand."; fDesc[4] = "following countries: United Kingdom, France, Belgium, Denmark, Norway, Germany, Spain, Switzerland. Depending on where you are located you can see up to 30 TV Channels in differents languages"; fDesc[5] = "Local TV, Internet TV, World TV, Live TV or Satellite TV from any country in the world. It enables you to watch various international TV programs, news, entertainment, and so on."; fDesc[6] = "power and raise Atlantis, the submerged continent. This game is a great challenge of speed and logic. Graphics and moves of this game are well done and the game is very entertaining."; fDesc[7] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy."; fDesc[8] = "easy: just start Hide IP NG! Avoid your personal information being used to send you spam and junk emails. Many marketers and advertising agencies will use you IP address, together with your email, to send you unsolicited emails."; fDesc[9] = "when you hear VOIP you think Skype, but there are so many applications that do exactly the same and perhaps better. I am thinking that this one is one of those contenders. Although not as popular, it provides great services and call quality."; fDesc[10] = "religious and ethnic violence a joint force of western countries is coming down to the country to control the situation. The game can be played online with up to 150 players or you can play it on LAN with about 64 players."; fDesc[11] = "about European countries. As in the rest of the games of the series, Europe Geography Tutor can be used in three different ways; it includes a browser, and two game modes."; fDesc[12] = "will have you traveling from the US to Japan. Every location is unique and exciting, filled with cool card matching. Cross vast oceans, see the world by sea, and step up your Solitaire skills."; fDesc[13] = "continent. The interface is very simple, showing an interactive map, plus the necessary options and buttons to play the games without any difficulties. African Geography Tutor is freeware, so it can be used without any restrictions."; fDesc[14] = "information about the geographic regions and countries mentioned in the Scriptures and about countries that are important in the history of Christianity."; fDesc[15] = "are curious about. Use it to test your knowledge of the world by having the program prompt you to find certain countries."; 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 = '...'; } }