var fDesc=new Array(); fDesc[1] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power."; fDesc[2] = "3D visual tours. The program requires detecting Wi-Fi signals in the area near the PC, but the PC can use any type of Internet connection. It runs on Windows 2000 and Windows XP."; fDesc[3] = "landmark in the map. There is a world map, where you can zoom in. All the road and rail routes of the United States is marked in it. There is a Euro version of AutoRoute too where you will get the whole of Europe. Anyway it is not available for Asia, Africa or other Ameriacan Places."; fDesc[4] = "Garmin, Lowrance, Magellan, Eagle, Brunton, Silva and MLR for the uploading or downloading the waypoints, routes and tracks and most brands of GPS receivers for real time tracking of GPS position."; fDesc[5] = "world. It is called EasyGPS. EasyGPS has come out with revolutionary functionalities like create, edit, and transfer way points and routes between your computer and GPS receivers like Eagle, Garmin, Magellan, or Lowrance GPS."; fDesc[6] = "effects, splendid graphics and many fantastic routes will not leave you indifferent."; fDesc[7] = "maps of Europe, North America, South America, Middle East, Australia/New Zealand, South Africa. In some countries only major cities have street level maps. Map24 Desktop runs on any Windows desktop PC with an internet connection."; fDesc[8] = "application xGPS, which is a maps and navigation tool for iPhones. For example, you can manage your maps in the desktop application and sync them with the iPhone app. Managing maps allows you to download maps so that you can check them up on your iPhone while you are offline."; fDesc[9] = "cartography from the internet and also analyse your routes."; fDesc[10] = "hard drive, and creates seamless maps from it. You can: Scroll and zoom See latitude/longitude Add waypoints, routes, and text Go to any map location in the U.S.A. Transfer waypoints, tracks, and routes to and from most GPS receivers See your GPS location"; fDesc[11] = "routes or delete existing ones, using a simple user interface, what is easier that throwing commands over the command line. It works just for Windows."; fDesc[12] = "arrive at a certain web domain. It lists all the DNS servers that your connection uses, and all the hosting servers that are used on the other end. It also provides some rather basic information about the process."; fDesc[13] = "cartography from the internet and also analyse your routes."; fDesc[14] = "providing them with a virtual airline operations expansion where users begin their ‘careers’ as Junior Pilots at an airline and fly their way through the program to work their way up through the routes and ranks, finally achieving the coveted left seat they aspire to."; fDesc[15] = "Exports routes directly to Excel, or you can create a route from pushpins in a pre-determined order."; 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 = '...'; } }