var fDesc=new Array(); fDesc[0] = "ArcGIS Explorer Desktop is a free GIS viewer that gives you an easy way to explore, visualize, and share GIS information. ArcGIS Explorer adds value to any GIS because it helps you deliver your authoritative data to a broad audience.

Easy and intuitive to use it's easy for anyone to begin working with ArcGIS Explorer, with its intuitive and easy to use ribbon user interface that presents tools in the context of how you use them. Tools including integrated tool tips and Help.

- Choose your Basemap The Basemap Gallery allows you to choose from a variety of ready-to-use basemaps so you can get started quickly. Select from ArcGIS Online basemaps such as World Imagery, World Streets, World Topographic Maps, or choose a Bing Map service (Aerials, Hybrid, and Roads). You can also create your own basemaps and add them to the Gallery. Toggle basemaps on the fly while maintaining your operational layers."; 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 = ''; } }