var iconData = {
	"arts": { width: 32, height: 32, x: 16, y: 16 },
	"arts-shadow": { width: 59, height: 32 , x: 16, y: 16},
	"iimm2-green": { width: 32, height: 32 , x: 15, y: 27},
	"iimm1-orange": { width: 32, height: 32 , x: 7, y: 29},
	"iimm1-shadow": { width: 49, height: 32 , x: 0, y: 31},
	"iimm2-shadow": { width: 49, height: 32 , x: 0, y: 31}
};

var officeLayer = [
{
	"zoom": [0, 15],
	"places": [
/*
	{
	"name": "Kikinda",
	"icon": ["iimm1-orange", "iimm1-shadow"],
	"tekst": "Kikinda<br /><a href='#' onclick='map.setZoom(16);map.panTo(new GLatLng(45.82667605497012, 20.467357635498047));map.closeInfoWindow();return false;'>Prikaži mesto</a>",
	"posn": [45.82667605497012, 20.467357635498047]
	},
	{
	"name": "Sombor",
	"tekst": "Sombor<br />Primer teksta",
	"posn": [45.77051653331496, 19.116382598876953]
	},
	{
	"name": "Subotica",
	"icon": ["iimm1-orange", "iimm1-shadow"],
	"tekst": "Subotica<br />Primer teksta",
	"posn": [46.10064384641283, 19.66999053955078]
	},
	{
	"name": "Zrenjanin",
	"tekst": "Zrenjanin<br />Primer teksta",
	"posn": [45.37316192208976, 20.403156280517578]
	},
	{
	"name": "Novi Sad",
	"icon": ["iimm1-orange", "iimm1-shadow"],
	"tekst": "<img src='http://www.novisad.com/images/grb.gif' align='left' width='56' height='60' border='0'>Novi Sad<br /><a href='#' onclick='map.setZoom(16);map.panTo(new GLatLng(45.25507191457029, 19.84502077102661));map.closeInfoWindow();return false;'>Prikaži mesto</a>",
	"posn": [45.250842310004394, 19.833154678344727]
	}
*/
	]
},
{
    "zoom": [13, 17],
    "places": [
	]
},
{
	"zoom": [13, 17],
	"places": [
/*
	{
	"name": "Galerija Matice srpske",
	"icon": ["iimm2-green", "iimm2-shadow"],
	"tekst": "<img src='http://www.artmagazin.info/images/stories/logo/galerija_matice_srpske.gif' align='left' hspace='3' border='0'>Galerija Matice srpske",
	"posn": [45.252503977936655, 19.845659136772156]
	}
*/
    ]
  }
];


