
		var liste_calques=new Array();
		var markers=new Array();
		var icones=new Array();



			      liste_calques["HOTELS"]=new Array();
			      liste_calques["HOTELS"]["name"]="Hôtels";
			      liste_calques["HOTELS"]["url"]="kml_gmaps.php?calque=HOTELS";
			      markers["HOTELS"]=new Array();

		icones["HOTELS"]= new GIcon();
		icones["HOTELS"].image = "map_icons/pict_hotel.png";
		icones["HOTELS"].shadow = "map_icons/shadow50.png";
		icones["HOTELS"].iconSize = new GSize(21,31);
		icones["HOTELS"].shadowSize = new GSize(52, 29);
		icones["HOTELS"].iconAnchor = new GPoint(8,29);
		icones["HOTELS"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["CAMPINGS"]=new Array();
			      liste_calques["CAMPINGS"]["name"]="Campings";
			      liste_calques["CAMPINGS"]["url"]="kml_gmaps.php?calque=CAMPINGS";
			      markers["CAMPINGS"]=new Array();

		icones["CAMPINGS"]= new GIcon();
		icones["CAMPINGS"].image = "map_icons/campings.png";
		icones["CAMPINGS"].shadow = "map_icons/shadow50.png";
		icones["CAMPINGS"].iconSize = new GSize(21,31);
		icones["CAMPINGS"].shadowSize = new GSize(52, 29);
		icones["CAMPINGS"].iconAnchor = new GPoint(8,29);
		icones["CAMPINGS"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["CLEVACANCES"]=new Array();
			      liste_calques["CLEVACANCES"]["name"]="Locations Cl?vacances";
			      liste_calques["CLEVACANCES"]["url"]="kml_gmaps.php?calque=CLEVACANCES";
			      markers["CLEVACANCES"]=new Array();

		icones["CLEVACANCES"]= new GIcon();
		icones["CLEVACANCES"].image = "map_icons/campings.png";
		icones["CLEVACANCES"].shadow = "map_icons/shadow.png";
		icones["CLEVACANCES"].iconSize = new GSize(21,31);
		icones["CLEVACANCES"].shadowSize = new GSize(52, 29);
		icones["CLEVACANCES"].iconAnchor = new GPoint(8,29);
		icones["CLEVACANCES"].infoWindowAnchor = new GPoint(9,2);;





			      liste_calques["MUSEES"]=new Array();
			      liste_calques["MUSEES"]["name"]="Musées et collections";
			      liste_calques["MUSEES"]["url"]="kml_gmaps.php?calque=MUSEES";
			      markers["MUSEES"]=new Array();

		icones["MUSEES"]= new GIcon();
		icones["MUSEES"].image = "map_icons/musees.png";
		icones["MUSEES"].shadow = "map_icons/shadow50.png";
		icones["MUSEES"].iconSize = new GSize(21,31);
		icones["MUSEES"].shadowSize = new GSize(52, 29);
		icones["MUSEES"].iconAnchor = new GPoint(8,29);
		icones["MUSEES"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["SITES_ET_MONUMENTS"]=new Array();
			      liste_calques["SITES_ET_MONUMENTS"]["name"]="Sites et monuments historiques";
			      liste_calques["SITES_ET_MONUMENTS"]["url"]="kml_gmaps.php?calque=SITES_ET_MONUMENTS";
			      markers["SITES_ET_MONUMENTS"]=new Array();

		icones["SITES_ET_MONUMENTS"]= new GIcon();
		icones["SITES_ET_MONUMENTS"].image = "map_icons/sites_et_monuments.png";
		icones["SITES_ET_MONUMENTS"].shadow = "map_icons/shadow50.png";
		icones["SITES_ET_MONUMENTS"].iconSize = new GSize(21,31);
		icones["SITES_ET_MONUMENTS"].shadowSize = new GSize(52, 29);
		icones["SITES_ET_MONUMENTS"].iconAnchor = new GPoint(8,29);
		icones["SITES_ET_MONUMENTS"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["PARCS_ET_JARDINS"]=new Array();
			      liste_calques["PARCS_ET_JARDINS"]["name"]="Parcs et jardins";
			      liste_calques["PARCS_ET_JARDINS"]["url"]="kml_gmaps.php?calque=PARCS_ET_JARDINS";
			      markers["PARCS_ET_JARDINS"]=new Array();

		icones["PARCS_ET_JARDINS"]= new GIcon();
		icones["PARCS_ET_JARDINS"].image = "map_icons/parcs_et_jardins.png";
		icones["PARCS_ET_JARDINS"].shadow = "map_icons/shadow50.png";
		icones["PARCS_ET_JARDINS"].iconSize = new GSize(21,31);
		icones["PARCS_ET_JARDINS"].shadowSize = new GSize(52, 29);
		icones["PARCS_ET_JARDINS"].iconAnchor = new GPoint(8,29);
		icones["PARCS_ET_JARDINS"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["EGLISES"]=new Array();
			      liste_calques["EGLISES"]["name"]="Eglises";
			      liste_calques["EGLISES"]["url"]="kml_gmaps.php?calque=EGLISES";
			      markers["EGLISES"]=new Array();

		icones["EGLISES"]= new GIcon();
		icones["EGLISES"].image = "map_icons/eglises.png";
		icones["EGLISES"].shadow = "map_icons/shadow50.png";
		icones["EGLISES"].iconSize = new GSize(21,31);
		icones["EGLISES"].shadowSize = new GSize(52, 29);
		icones["EGLISES"].iconAnchor = new GPoint(8,29);
		icones["EGLISES"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["ARTISANAT"]=new Array();
			      liste_calques["ARTISANAT"]["name"]="Artisanat et metiers d'art";
			      liste_calques["ARTISANAT"]["url"]="kml_gmaps.php?calque=ARTISANAT";
			      markers["ARTISANAT"]=new Array();

		icones["ARTISANAT"]= new GIcon();
		icones["ARTISANAT"].image = "map_icons/campings.png";
		icones["ARTISANAT"].shadow = "/map_icons/shadow.png";
		icones["ARTISANAT"].iconSize = new GSize(21,31);
		icones["ARTISANAT"].shadowSize = new GSize(52, 29);
		icones["ARTISANAT"].iconAnchor = new GPoint(8,29);
		icones["ARTISANAT"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["DEGUSTATIONS"]=new Array();
			      liste_calques["DEGUSTATIONS"]["name"]="D?gustations";
			      liste_calques["DEGUSTATIONS"]["url"]="kml_gmaps.php?calque=DEGUSTATIONS";
			      markers["DEGUSTATIONS"]=new Array();

		icones["DEGUSTATIONS"]= new GIcon();
		icones["DEGUSTATIONS"].image = "map_icons/campings.png";
		icones["DEGUSTATIONS"].shadow = "/map_icons/shadow.png";
		icones["DEGUSTATIONS"].iconSize = new GSize(21,31);
		icones["DEGUSTATIONS"].shadowSize = new GSize(52, 29);
		icones["DEGUSTATIONS"].iconAnchor = new GPoint(8,29);
		icones["DEGUSTATIONS"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["BALADES"]=new Array();
			      liste_calques["BALADES"]["name"]="Balades et découvertes";
			      liste_calques["BALADES"]["url"]="kml_gmaps.php?calque=BALADES";
			      markers["BALADES"]=new Array();

		icones["BALADES"]= new GIcon();
		icones["BALADES"].image = "map_icons/balades.png";
		icones["BALADES"].shadow = "map_icons/shadow50.png";
		icones["BALADES"].iconSize = new GSize(21,31);
		icones["BALADES"].shadowSize = new GSize(52, 29);
		icones["BALADES"].iconAnchor = new GPoint(8,29);
		icones["BALADES"].infoWindowAnchor = new GPoint(9,2);;

			      liste_calques["OFFICES"]=new Array();
			      liste_calques["OFFICES"]["name"]="Offices";
			      liste_calques["OFFICES"]["url"]="kml_gmaps.php?calque=OFFICES";
			      markers["OFFICES"]=new Array();

		icones["OFFICES"]= new GIcon();
		icones["OFFICES"].image = "map_icons/offices.png";
		icones["OFFICES"].shadow = "map_icons/shadow50.png";
		icones["OFFICES"].iconSize = new GSize(21,31);
		icones["OFFICES"].shadowSize = new GSize(52, 29);
		icones["OFFICES"].iconAnchor = new GPoint(8,29);
		icones["OFFICES"].infoWindowAnchor = new GPoint(9,2);;












