var fDesc=new Array(); fDesc[0] = "The first product from WebBridge series for operation with Internet tiles maps in the environment of ArcGIS. The program allows to connect directly in project ArcMap the raster layer linked to one of Internet services, to display depending on scale appropriate level of an Internet map. The program does not demand usage ArcGIS Server/ImageServer or access to Virtual Earth through ESRI Web service. (Matching look more low). Loaded the computer tiles are saved in a cache on a local drive that allows to lower the traffic and to increase speed of operation. In a word, the module allows to work in the environment of ArcMap «as in Google», only with an unlimited set of layers of Internet maps. It is realized in the form of the command for ArcMap, with an open format of connection of layers. Is offered in the form of an install package with the instruction, the detailed description of connection of any internet tile map-services. The module customized on connection of layers of the most popular Internet tools – Google, DigitalGlobe, OpenStreetMap, VirtualEart,Yandex, Kosmosnimki. Other can be connected on demand or independently."; 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 = ''; } }