
map.Areas = {};

map.Areas.items = [];

map.Areas.itemsKeys = {
	  ID		: 0
	, LEVEL		: 1
	, IMAGE		: 2
	, POSITION	: 3
};