window.onload = function init(){
	
//		var hilites = new OpenLayers.Layer.Vector("Highlighted",
//            {isBaseLayer:false, srsName:'EPSG:900913', features:[], visibility:true, 
//			 style:{ fillColor:"#EEE8AA", strokeColor: "red", 
//			 strokeWidth: 1, fillOpacity: 0.3}, 
//			 displayInLayerSwitcher:false}
//		);
	
		map1 = getMap("566","553",8,true,true,"map");
		map1.zoomToExtent(gBounds);

//		AddHighlightCouncilControl(map1,hilites);
		
		mapElemento = getMap("300","190",8,false,false,"minimapElemento");
		mapElemento.zoomToExtent(gBounds);
		
		punto = new MarcarUnicoPunto(mapElemento,"./icons/marca.png");
		marcarWKT = new MarcarWKT(mapElemento,"green");
		
		galeria = new GaleriaImaxes(490,392,'contenedor');
		
		roteiros = new OpenLayersRoteiroFacade(map1);
	
		//Engadir todos os roteiros sobre o map
		HTMLRoteiroFacade.listarRoteirosPorArea("",$("#public_route_list1"),$("#public_route_list2"));
		
		//Fichas dos concellos
		concellos = new OpenLayersConcelloFacade(map1);
}
