var fDesc=new Array(); fDesc[0] = "The Image extension broadens the capabilities of ArcGIS for Server by enabling dynamic mosaicking and on-the-fly processing for large numbers of images. The ArcGIS for Server Image extension maximizes the value of your imagery through simplified data management, maintenance, and faster access times, making the full information content of your imagery accessible.

Features:

-Tremendously simplifies image management by allowing users to directly publish large image collections without preprocessing
-Dynamically mosaicks together images in different projections, formats, locations, and pixel sizes
-Fast, server-based processing, enabling on-the-fly creation of multiple image products from a single source
-Provides important service- and image-level metadata
-Effortless distribution serving very large volumes and numbers of rasters to a large range of client applications"; 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 = ''; } }