﻿/*  hostpage: for statistical purposes
    addlocationslistbox: dropdown to select the location should be visible
    usecitydropdownforlocation: use dropdownmenu or simple textarea
    cultuurnetkey:  this key should be set to show events on the google map    
*/
var configuration = {
    widgetTitle: "Zoek een verblijf in Hamont-Achel",
    hostPage: 'http://www.hamont-achel.be',
    addLocationListBox: "true",
    useCityDropdownForLocation: "true",
    cultuurnetKey: 149
};


var mainCities = {
    1: "Hamont-Achel"
}

/*  To filter out certain regions, provinces or cities. By unselecting this, only the regions below will
    appear in the dropdown menus
var regions = {
1:	"Antwerpse Kempen",
2:	"Brugse Ommeland",
3:	"Groene Gordel",
4:	"Hageland",
5:	"Haspengouw"
6:	"Kunststad (Antwerpen)",
7:	"Kunststad (Brugge)",
8:	"Kunststad (Brussel)",
9:	"Kunststad (Gent)",
10:	"Kunststad (Leuven)",
11:	"Kunststad (Mechelen)",
12:	"Kust",
13:	"Leiestreek",
14:	"Limburgse Kempen",
15:	"Maasland",
16:	"Meetjesland",
17:	"Scheldeland",
18:	"Vlaamse Ardennen",
19:	"Voerstreek",
20:	"Waasland",
21:	"Westhoek"
}

var provinces = {
1:	"Antwerpen",
2:	"Brussels Hoofdstedelijk Gewest",
3:	"Limburg",
4:	"Oost-Vlaanderen",
5:	"Vlaams-Brabant",
6:	"West-Vlaanderen"
}

var mainCities = {
1: "Hamont-Achel"
}
*/



