var fDesc=new Array(); fDesc[0] = "OziExplorer3D is an impeccable application for viewing map images in 3D, along with the options of rotating it in every possible direction, zoom in/out and lots more. The application actually creates grid of heights using the height data that has been obtained and writes it to a file, along with the other required information, loads the file and the map image or the image section and displays the 3D map.

The software also has the capability to plot the height grid in 3D, later on it overlays the map image on the grid to produce a 3D map. Its main features include capability for viewing most maps except those image types that are excluded for licensing reasons, rotating the maps in 3D, viewing from any direction, viewing waypoints, tracks and points on the 3D map, applying 3D shading to map and fog to the map.

OziExplorer 3D allows the user to load multiple maps and the application shows GPS position on the 3D map. The program also features options of saving, copying data to the clipboard and printing the current 3D map view as well.

Windows 95/98/ME/NT4/2000/XP with OpenGL support"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }