if (typeof(OPAGENDA) == 'undefined') {
    OPAGENDA = {};
}

if (typeof(OPAGENDA.MapTypes) == 'undefined') {
    OPAGENDA.MapTypes = [];
}


OPAGENDA.MapTypes.push(
	{ "name":"demo1980",
	  "copyright":"<a href='www.opportunityagenda.org'>Opportunity Agenda</a> &#169;2006",
	  "bounds":[-90,-180,90,180],
	  "minzoom":12,
	  "maxzoom":15,
	  "tilesurl":"maptypes/demo1980/",
	  "ispng":true,
	  "opacity":null,
	  "errormsg":"Sorry, no map data available for this area"
	},
	{ "name":"demo1990",
	  "copyright":"<a href='www.opportunityagenda.org'>Opportunity Agenda</a> &#169;2006",
	  "bounds":[-90,-180,90,180],
	  "minzoom":12,
	  "maxzoom":15,
	  "tilesurl":"maptypes/demo1990/",
	  "ispng":true,
	  "opacity":null,
	  "errormsg":"Sorry, no map data available for this area"
	},
	{ "name":"demo2000",
	  "copyright":"<a href='www.opportunityagenda.org'>Opportunity Agenda</a> &#169;2006",
	  "bounds":[-90,-180,90,180],
	  "minzoom":12,
	  "maxzoom":15,
	  "tilesurl":"maptypes/demo2000/",
	  "ispng":true,
	  "opacity":null,
	  "errormsg":"Sorry, no map data available for this area"
	},

	{ "name":"pov1980",
	  "copyright":"<a href='www.opportunityagenda.org'>Opportunity Agenda</a> &#169;2006",
	  "bounds":[-90,-180,90,180],
	  "minzoom":12,
	  "maxzoom":15,
	  "tilesurl":"maptypes/pov1980/",
	  "ispng":true,
	  "opacity":null,
	  "errormsg":"Sorry, no map data available for this area"
	},
	{ "name":"pov1990",
	  "copyright":"<a href='www.opportunityagenda.org'>Opportunity Agenda</a> &#169;2006",
	  "bounds":[-90,-180,90,180],
	  "minzoom":12,
	  "maxzoom":15,
	  "tilesurl":"maptypes/pov1990/",
	  "ispng":true,
	  "opacity":null,
	  "errormsg":"Sorry, no map data available for this area"
	},
	{ "name":"pov2000",
	  "copyright":"<a href='www.opportunityagenda.org'>Opportunity Agenda</a> &#169;2006",
	  "bounds":[-90,-180,90,180],
	  "minzoom":12,
	  "maxzoom":15,
	  "tilesurl":"maptypes/pov2000/",
	  "ispng":true,
	  "opacity":null,
	  "errormsg":"Sorry, no map data available for this area"
	}

);
