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] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices."; fDesc[3] = "Technology in the supported notebook models and operating systems. The HP Integrated Module with Bluetooth Wireless Technology provides wireless connectivity to other devices from the integrated module of the supported notebooks."; fDesc[4] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[5] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website."; fDesc[6] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[7] = "dinner, do a festival, have an appointment, enjoy a bowling alley or go to the music store. Also, they will have their own cars, which they can choose among various types and will serve them to go to any of the places named and also to work."; fDesc[8] = "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[9] = "so you can relax and let nothing be randomly decided. Streets and Trips features a complete set of maps of the USA. All the streets and routes are presented in detail."; fDesc[10] = "you can relax and let nothing be randomly decided. Streets and Trips features a complete set of maps of the USA. All the streets and routes are presented in detail. You can define a start point and an end point, and the application will give you driving directions."; fDesc[11] = "a strange and mysterious place in the middle of a dark forest. You will find a very weird house, maybe an abandoned mansion of some sort. Who lived there? Or who lives there now? Or maybe, what lives there?"; fDesc[12] = "sand shores. Download this screensaver including more than 20 colorful fullscreen images absolutely free!"; fDesc[13] = "have become renowned for their beauty, importance and several other factors. You will be able to see the Pyramid at Chichen Itza in the Yucatan peninsula in Mexico, the Stone Heads at Easter Island, The Statue of Liberty in New York, The Coliseum in Rome, and many more."; fDesc[14] = "as and Open file screens on Windows operating systems. That’s all, but if you think about it, it’s a really cool function. As you can imagine, this applications is very easy to use and intuitive. No many options to choose from or features to understand."; fDesc[15] = ", like the possibility of choosing which historical period you want to display, showing the exact names of the different places during that period. Also, you can add commentaries, mark specific places, and print, copy or save your newly-created map."; 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 = '...'; } }