var env =
{
    ROUTE_relatedObjectURL: "/en/ajax/relatedObject",
    CMS_tooltipURL: "/en/ajax/tooltip",
    MAIL_sendURL: "/en/ajax/mail",
    APP_ContextPath: "/en/",  
    APP_FileContextPath: "/docs/",  
    APP_title: "Visitestonia.com",
	
    IMG_externalLinkURL: "/gfx/ico_target.gif",
    IMG_loadingURL: "/gfx/loading.gif",
    ROUTE_listURL:  "/en/ajax/route/list",

    MAP_confURL: "/en/map/conf.xml",
    MAP_imageNoCacheURL: "/en/map/static-nocache/",
    PARAM_regio : {
      user : "visitestonia",
      searchProviderURL:  "http://kaardid.regio.ee/jgc/geocode?gl=et&q={query}&key=visitestonia&output=json2&srs=epsg:4326&ac=true",
      routingJs: "http://service.regio.ee/routing_rest_et/routing",

	 
      sinlgeLayerUrl : "/en/fullmap/singleLayer/",
      routeBridge: "/en/fullmap/routeBridge", 
      tourList: "/en/fullmap/toursList",
      objectSearchProviderURL: "/en/fullmap/searchObject?gl=et&output=json&q={query}&key={key}&srs={srs}&sid={sid}&rid={rid}&maxcount={maxCount}",
      objectAutocompleteURL: "/en/fullmap/autocompleteObject?gl=et&output=json&q={query}&key={key}&srs={srs}&sid={sid}&rid={rid}&maxcount={maxCount}",
       
      templates_static_prefix: "/en/map/conf/",
      routing_tree_template: "/regiomap/gfx/img/{turn}.gif",
      static_files_prefix :"/regiomap/"
    }
    
};