var fDesc=new Array(); fDesc[0] = "The toolbar allows ArcMap™ users to quickly and easily search the extensive GeoEye imagery archive from within the ArcMap™ application.

It supports the creation of AOIs and the execution of archive queries based on multi-part polygons whether they contain a single feature or multiple features"; 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 = ''; } }