var fDesc=new Array(); fDesc[0] = "ArcGIS Explorer is a free, downloadable 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.
The ArcGIS Explorer Desktop Current User setup is intended for users who do not have administrator access on their computers and do not have any other ArcGIS products installed. This setup allows non-administrator users to install ArcGIS Explorer Desktop, but cannot be used to install ArcGIS Explorer Desktop on the same computer as other ArcGIS Products."; 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 = ''; } }