var fDesc=new Array(); fDesc[0] = "You can view an image service using various client applications supported by ArcGIS Image Server. Using these client applications, you can connect to the ArcGIS Image Server from your desktop to view and modify the image services. The various client applications supported by ArcGIS Image Server include:
- ArcGIS Desktop 9.1 and 9.2 (ArcMap, ArcGIS Server, and ArcGlobe)
- Image Server Viewer
- AutoCAD 2000, 2000i, 2002, 2004, 2005, 2006, 2007, and 2008
- GeoMedia Professional 6
- MicroStation 8.05"; 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 = ''; } }