    //<![CDATA[

	var map;
	var markers;
	var coordmarkers;
	
	var baseIcon = new GIcon();
	baseIcon.iconAnchor = new GPoint(10, 35);
	baseIcon.infoWindowAnchor = new GPoint(9, 10);
	baseIcon.infoShadowAnchor = new GPoint(18, 25);
		
  	var icone10 = new GIcon();
  	icone10.iconSize = new GSize(34, 40);
	icone10.iconAnchor = new GPoint(17, 40);
	icone10.infoWindowAnchor = new GPoint(17, 20);
	icone10.infoShadowAnchor = new GPoint(17, 40);
  	icone10.image = "/images/icone10.png";
  	icone10.shadow = "/images/shadow-icone10.png";
	icone10.shadowSize = new GSize(55.0, 40.0);
	
  	var icone12 = new GIcon(icone10);
  	icone12.image = "/images/icone12.png";
  	// icone12.shadow = "/images/shadow-icone10.png";
	// icone12.shadowSize = new GSize(55.0, 40.0);
	
  	var icone13 = new GIcon();
  	icone13.image = "/images/icone13.png";
  	icone13.iconSize = new GSize(29, 45);
	icone13.iconAnchor = new GPoint(15, 45);
	icone13.infoWindowAnchor = new GPoint(15, 20);
	icone13.infoShadowAnchor = new GPoint(15, 45);
  	icone13.shadow = "/images/shadow-icone13.png";
	icone13.shadowSize = new GSize(52.0, 45.0);
	
  	var icone14 = new GIcon(icone13);
  	icone14.image = "/images/icone14.png";
  	
  	var icone15 = new GIcon();
  	icone15.image = "/images/icone15.png";
  	icone15.iconSize = new GSize(35, 45);
	icone15.iconAnchor = new GPoint(17, 45);
	icone15.infoWindowAnchor = new GPoint(17, 20);
	icone15.infoShadowAnchor = new GPoint(17, 45);
	icone15.shadow = "/images/shadow-icone15.png";
	icone15.shadowSize = new GSize(58.0, 45.0);
	
  	var icone16 = new GIcon();
  	icone16.image = "/images/icone16.png";
  	icone16.iconSize = new GSize(36, 45);
	icone16.iconAnchor = new GPoint(18, 45);
	icone16.infoWindowAnchor = new GPoint(18, 20);
	icone16.infoShadowAnchor = new GPoint(18, 45);
  	icone16.shadow = "/images/shadow-icone15.png";
	icone16.shadowSize = new GSize(58.0, 45.0);
	
  	var icone17 = new GIcon(icone15);
  	icone17.image = "/images/icone17.png";
  	icone17.iconSize = new GSize(35, 45);
	icone17.iconAnchor = new GPoint(17, 45);
	icone17.infoWindowAnchor = new GPoint(17, 20);
	icone17.infoShadowAnchor = new GPoint(17, 45);

  	var icone18 = new GIcon(icone16);
  	icone18.image = "/images/icone18.png";
  	
  	var icone19 = new GIcon(icone15);
  	icone19.image = "/images/icone19.png";
  	
  	var icone20 = new GIcon();
  	icone20.image = "/images/icone20.png";
  	icone20.iconSize = new GSize(37, 42);
	icone20.iconAnchor = new GPoint(18, 42);
	icone20.infoWindowAnchor = new GPoint(18, 20);
	icone20.infoShadowAnchor = new GPoint(18, 42);
	icone20.shadow = "/images/shadow-icone20.png";
	icone20.shadowSize = new GSize(59.0, 42.0);
	
  	var icone21 = new GIcon(icone20);
   	icone21.iconSize = new GSize(36, 41);
	icone21.iconAnchor = new GPoint(18, 42);
	icone21.infoWindowAnchor = new GPoint(18, 20);
	icone21.infoShadowAnchor = new GPoint(18, 42);
  	icone21.image = "/images/icone21.png";
  	
  	var icone22 = new GIcon();
  	icone22.image = "/images/icone22.png";
  	icone22.iconSize = new GSize(60, 30);
	icone22.iconAnchor = new GPoint(30, 30);
	icone22.infoWindowAnchor = new GPoint(30, 22);
	icone22.infoShadowAnchor = new GPoint(30, 30);
	icone22.shadow = "/images/shadow-icone22.png";
	icone22.shadowSize = new GSize(76.0, 30.0);
	
	var icone23 = new GIcon();
  	icone23.image = "/images/icone23.png";
  	icone23.iconSize = new GSize(41, 56);
	icone23.iconAnchor = new GPoint(20, 56);
	icone23.infoWindowAnchor = new GPoint(30, 22);
	icone23.infoShadowAnchor = new GPoint(20, 56);
	icone23.shadow = "/images/shadow-icone22.png";
	icone23.shadowSize = new GSize(76.0, 30.0);
  	
  	//baseIcon.image = "/images/rando100.png";
  		
    function load() {
      if (GBrowserIsCompatible()) {
        map = new GMap2(document.getElementById("map"), G_SATELLITE_MAP );
        map.addControl(new GSmallZoomControl());
		map.addControl(new GMapTypeControl());
		map.addMapType(G_PHYSICAL_MAP);
       	map.setCenter(new GLatLng(47.3, 1.5), 4);
       	map.setMapType(G_PHYSICAL_MAP);
        map.enableDoubleClickZoom(true);
        
        // ============================
		var pos = new GControlPosition(G_ANCHOR_BOTTOM_LEFT, new GSize(70,0));
	 	pos.apply(document.getElementById("logovetetegm"));
		map.getContainer().appendChild(document.getElementById("logovetetegm"));
		// ============================
		
        // map.enableGoogleBar(true);
		addMarkers();

      }
      document.getElementById("busybusy").style.display = "none";

    }
    
    function orderOfCreation(marker,b) {
        return 1;
      }
      
function createMarker(point, txt, nomIcone) {  		
	var marker = new GMarker(point, {zIndexProcess:orderOfCreation,icon:nomIcone});
  	GEvent.addListener(marker, "click", function() {
    marker.openInfoWindowHtml( txt );
  });
  return marker;
}
  

    //]]>
