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] = "manage, update or personalize your TomTom GPS and thus enjoy a great and improved navigation. This tool allows you to install maps,make back ups, download free updates for the software, shop and many other things that you have never imagined.";
fDesc[3] = "automatically detects and installs the most recent version of operating software for your compatible Garmin GPS. WebUpdater's simple interface makes it easy to upgrade your operating software. Just connect your Garmin GPS to your computer, run WebUpdater, and follow the screen prompts. After confirming that you want to perform an update, WebUpdater will download that update for you and install it on your GPS. WebUpdater always checks for its own update first before performing a unit update. Unlike previous versions, you no longer need to download Web Updater everytime you upgrade your unit software. Once installed, simply run it from your computer —no need to download anything else yourself.";
fDesc[4] = "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[5] = "allows many operations over different formats and layers of mapping information. It can open almost any mapping file format for modifying or simply converting it. Global Mapper runs on Windows 98/NT/2000/ME/XP (32-64 Bit) / Vista (32-64 Bit) platforms.";
fDesc[6] = ", etc. It can contain distance of the camera from focus, adjustment of the lens, exposure time. It may even contain GPS information, thumbnail of the original picture and many more. Microsoft Pro Photo Tools is the best you can get to edit metadata of image files.";
fDesc[7] = "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[8] = "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[9] = "Navigator only. The program is provided with scan function to search maps on the computer and DVD. Nokia Map Manager is an additional application and is used together with Nokia PC Suite 6.86 and later versions.";
fDesc[10] = "gathering and storing information about training process which is very important for reaching better results. Operating with a GPS device, this program can record the information about distance, time and rate of your workouts.";
fDesc[11] = "GPS. This application makes it possible to get a screenshot from most GPS models and with certain newer models, xImage allows you to update some images (splash screen, waypoint symbols, etc.) with your own creations.";
fDesc[12] = "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[13] = "and help you to explore new areas with ease. So, you can maximally use your trip all over the Europe. As compared with the most online cartography sites Autoroute has more personal function for trip planning.";
fDesc[14] = "global positioning systems, or GPS for short, is what this program is meant to provide. It gives you a way to link a receiver to your computer.";
fDesc[15] = "developers and testers to utilize. Virtual GPS can output 10 various NMEA sentences to a serial port or UDP port of the computer with variable baud rates. Simulation of GPS receiver can be achieved through setting of numerous parameters and you can also simulate constellation ...";
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 = '...';
}
}