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] = "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[3] = "(Konica Minolta), PEF (Pentax), ORF (Olympus) and RAF (Fujifilm) Uses ExifTool from Phil Harvey for writing data Shows existing geo coordinates and tracks on embedded Google Maps map (requires internet connection) Setting geo data by using embedded Google Maps map (requires internet connection) or by entering known values for coordinates and altitude directly Automatic filling of location IPTC fields and altitude values (requires internet connection) Editable IPTC data (IPTC-NAA/XMP) Possibilty to change taken date of images Synchronization with track files (NMEA, GPX, PLT and Sony LOG) Synchronization with already geo tagged images with buddy images (e.g. between RAW images and their corresponding JPEG images) Localizable user interface - English, German, French, Italian, Swedish, Czech, Spanish, Danish, Dutch and Russian language is available at the moment";
fDesc[4] = "into one big map image.It supports multithreads, so the download speed is very fast. And it is very easy to use.";
fDesc[5] = "the popular, Google maps, Yahoo maps or Microsoft maps. The downloaded images can only be viewed by the \"Maps Viewer\", included with the program itself. There is also an option to combine the images into a big BMP image by \"Maps Combiner\".";
fDesc[6] = "images and then combine them into one big map image. It supports multithreads, so the download speed is very fast. And it is very easy to use.";
fDesc[7] = "famous Thunderbird project, and now they have decided to create a new product, Spicebird, a powerful e-mail client that wants to become in an all-in-one solution for those who want to have integrated access to email, messenger, calendar, and many other applets in one program.";
fDesc[8] = "Google satellite pictures. The downloaded tile images can be combined to form a big map. The application supports multithread connection to speed up the download process. The downloaded images are saved into the user disk drive at a selected folder.";
fDesc[9] = "files for Google Earth, Shapefiles (SHP), AutoCAD DXF files, or Flickr. Import from tracklogs, waypoints, GPX or place names.";
fDesc[10] = "Player to guide you for your travel. This amazing travel guide with elaborated maps and destinations can be downloaded and used for free. This amazing tool will guide you to your destination perfectly.";
fDesc[11] = "uploads your GPS position periodically over either GPRS or 3G, which updates your position on a moving Google Map.";
fDesc[12] = "terrain map images and then combine them into one big map image. It supports multithreads, so the download speed is very fast.";
fDesc[13] = "desktop wherever you are and whenever you want. This wonderful tool will allow you to find your contacts quickly without logging in to your GMail/Google Apps account.";
fDesc[14] = "tray after installation and only one window is all you’re gonna see of it. As you can imagine from what I just said, it’s extremely easy to use and low resource consuming.";
fDesc[15] = "various files. MapPoint 2006, .NET Framework 2.0 (or later), and Windows XP or Vista required.";
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 = '...';
}
}