var fDesc=new Array(); fDesc[0] = "Getmapping Viewer is an easy to use aerial photo and mapping viewer featuring interactive roaming, zooming, measuring tools and more.

Main features:

- Save imagery as TIFF, JPEG, BMP, ERS, and BIL directly from ER Viewer.
- View ECW images served by an Image Web Server. See www.EarthEtc.com for demo images.
- View local images larger than 4GB.
- A refresh button has been added which will redisplay an image. This is useful when displaying an image over a slow internet connection.
- Improved OLE functionality.
- Very fast interactive roaming and zooming of image files
- Display and printing of very large image files
- Support for a wide range of image formats
- Simple to use
- Ability to integrate ER Viewer images into OLE-aware applications* such as Microsoft Word and Power Point
- Allows user to open multiple image windows
- Measures distances on the ground"; 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 = ''; } }