var config = {
	mapBackground: "#c4b299", //Applies only to frontend. See config.js not in 1.4 for backend
	defaultHelpMessage: "",
	selectionBorderMinimum: 3,
	selectionBorderIncrement: 1,
	zoomFactor: 2,
	selectLayerOnChecked: true,
	querySingleLimit: 3,
	zoomToSelectionPadding: 50,
	largeDataSetLimit: 100,
	zoomBoxMinSize: 10,
	selectionColor: "blue",		//Color of selection highlight: named color or rgb(R, G, B)
	selectionOpacity: 0.3,			//Opacity of selection highlight: between 0.0 and 1.0
	selectionPrefix: "s",
	displayHelpMessage: function() {},
	animationTime: 20,
	animationCutoff: 50,
	animationSize: 4,
	offerHighlightColor: "#CFFF41",
	zoomToSelectPadding: 50,		//Set to 0 to disable, set to -1 to zoom to extents
	zoomToSearchByUnitNoPadding: 25, //Set to 0 to disable, set to -1 to zoom to extents
	zoomToSearchByPricePadding: 25, //Set to 0 to disable, set to -1 to zoom to extents, set to -2 to zoom to all results
	useSlickZoom: "true",
	slickZoomDuration: "600"
};
var searchConfig = {
	selectionBorderMinimum: 3,
	selectionBorderIncrement: 1,
	zoomToSelectionPadding: 25,
	zoomBoxMinSize: 10,
	selectionColor: "blue",		//Color of selection highlight: named color or rgb(R, G, B)
	selectionOpacity: 0.3,			//Opacity of selection highlight: between 0.0 and 1.0
	selectionPrefix: "c"
};
var hiliteConfig = {
	selectionBorderMinimum: 3,
	selectionBorderIncrement: 1,
	zoomToSelectionPadding: 50,
	zoomBoxMinSize: 25,
	selectionColor: "blue",		//Color of selection highlight: named color or rgb(R, G, B)
	selectionOpacity: 0.3,			//Opacity of selection highlight: between 0.0 and 1.0
	selectionPrefix: "h"
};
var media = [];
var sectionalTitlePhases = {
	"1A": [
		"<img src='sectionalTitles/p1As1.jpg' /><br />Two (2) Bedroom Deluxe Unit - 104sqm<br />R 1,999,999",
		"<img src='sectionalTitles/p1As2.jpg' /><br />Three (3) Bedroom Deluxe Unit - 124sqm<br />R 2,999,999"
	], "1B": [
		"<img src='sectionalTitles/p1Bs1.jpg' /><br />Two (2) Bedroom Deluxe Unit - 104sqm<br />R 1,999,999",
		"<img src='sectionalTitles/p1Bs2.jpg' /><br />Three (3) Bedroom Deluxe Unit - 124sqm<br />R 2,999,999"
	]
};

