var KW_VARS = {
	current_page: "results",
	mapdone: 0,
	clat: 0,
	clon: 0,
	DZL:  0
};

var KW_MAP_API = {
	height: 0,
	width: 0,
	enabled: 0,
	max_height: 3000,
	max_width: 3000,
	min_width: 200,
	min_height: 200,
	padding_width: 0,
	padding_height: 0
};

var KW_PAGE_CONFIG = {
	

	
	

	sr_width: 300,
	det_width: 560,
	dd_width: 300,

	min_sr_map_width: 560,
	max_sr_map_width: 560,
	min_sr_map_height: 350,
	max_sr_map_height: 350,

	min_det_map_width: 560,
	max_det_map_width: 560,
	min_det_map_height: 350,
	max_det_map_height: 350,

	min_dd_map_width: 390,
	max_dd_map_width: 390,
	min_dd_map_height: 350,
	max_dd_map_height: 350,

	unusable_height: 350,
	table_unusable_height: 65,
	horizontal_margins: 10,
	
	
	device_type: "",
	slot_height: 75,
	min_slots: 2,
	max_pages: 7,
	min_map_height: 240,
	detail_zoom_level: 8
};



