var fDesc=new Array(); fDesc[1] = "is just an upgrade that can be downloaded freely from Garmin´s site, but it won´t be installed unless you have a previous version in your system. Nevertheless, I´ve found out that it can be installed if you previously installed the program \"Training Center For Windows\"."; fDesc[2] = "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[3] = "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[4] = "Fishing, Tracking, state and local agencies in the US as well as geometric studies. It is available for Windows XP & Vista and it is helpful in viewing map points, Topo Maps, arial photos and many more."; fDesc[5] = "cartography from the internet and also analyse your routes."; fDesc[6] = "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[7] = "files for Google Earth, Shapefiles (SHP), AutoCAD DXF files, or Flickr. Import from tracklogs, waypoints, GPX or place names."; fDesc[8] = "screen map for high resolution computer screens. These maps provide complete airspace information layer like airways, waypoints, sectors etc. and also features aircraft tracking. T"; fDesc[9] = "cartography from the internet and also analyse your routes."; fDesc[10] = "This KML conversion program comes with a suite of tools enabling you to work with raster images, vector map data, and GPS Tracks, Waypoints and Routes."; fDesc[11] = "AutoCAD or export them in .dxf Works on most Garmin and Magellan GPS units, and AutoCAD 14, through 2005."; fDesc[12] = ", chains, meters, yards, inches, fathoms, hands, spans or furlongs. Can auto-close a plot drawing if the final plot segment is missing. Can split a plot into multiple plots. Multiple layers. Curves. GPS Waypoints. And more."; fDesc[13] = "and Text files supported! This software is very easy to use!"; fDesc[14] = "Exports routes directly to Excel, or you can create a route from pushpins in a pre-determined order."; fDesc[15] = "rhumbline. Caculates average weather enroute as well as estimated vessels performance and optimal speed settings."; 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 = '...'; } }