if(typeof _OnPointWebControls == "undefined") _OnPointWebControls={};
if(typeof _OnPointWebControls.Map == "undefined") _OnPointWebControls.Map={};
if(typeof _OnPointWebControls.Map.MapControl == "undefined") _OnPointWebControls.Map.MapControl={};
_OnPointWebControls.Map.MapControl_class = function() {};
Object.extend(_OnPointWebControls.Map.MapControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ZoomInAdmin: function(mapID, mapControlSourceKey, x, y, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("ZoomInAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "x":x, "y":y, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.ZoomInAdmin.getArguments().slice(9));
	},
	ZoomToAdmin: function(mapID, mapControlSourceKey, xmin, ymin, xmax, ymax, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("ZoomToAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "xmin":xmin, "ymin":ymin, "xmax":xmax, "ymax":ymax, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.ZoomToAdmin.getArguments().slice(11));
	},
	ZoomOutPointAdmin: function(mapID, mapControlSourceKey, x, y, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("ZoomOutPointAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "x":x, "y":y, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.ZoomOutPointAdmin.getArguments().slice(9));
	},
	ZoomOutAdmin: function(mapID, mapControlSourceKey, xmin, ymin, xmax, ymax, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("ZoomOutAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "xmin":xmin, "ymin":ymin, "xmax":xmax, "ymax":ymax, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.ZoomOutAdmin.getArguments().slice(11));
	},
	PanAjax: function(mapID, mapControlSourceKey, pandirection, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("PanAjax", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "pandirection":pandirection, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.PanAjax.getArguments().slice(8));
	},
	CenterToAdmin: function(mapID, mapControlSourceKey, x, y, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("CenterToAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "x":x, "y":y, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.CenterToAdmin.getArguments().slice(9));
	},
	ZoomToScaleAdmin: function(mapID, mapControlSourceKey, scale, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("ZoomToScaleAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "scale":scale, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.ZoomToScaleAdmin.getArguments().slice(8));
	},
	ZoomToFullViewAdmin: function(mapID, mapControlSourceKey, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("ZoomToFullViewAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.ZoomToFullViewAdmin.getArguments().slice(7));
	},
	DisplayPreviousImagesAdmin: function(mapID, mapControlSourceKey, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("DisplayPreviousImagesAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.DisplayPreviousImagesAdmin.getArguments().slice(7));
	},
	DisplayNextImagesAdmin: function(mapID, mapControlSourceKey, regularNodeStyle, activeNodeStyle, greyedNodeStyle, groupedNodeStyle, rootLevelNodeStyle) {
		return this.invoke("DisplayNextImagesAdmin", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey, "regularNodeStyle":regularNodeStyle, "activeNodeStyle":activeNodeStyle, "greyedNodeStyle":greyedNodeStyle, "groupedNodeStyle":groupedNodeStyle, "rootLevelNodeStyle":rootLevelNodeStyle}, this.DisplayNextImagesAdmin.getArguments().slice(7));
	},
	url: '/SelectGeorgiaWebsite/ajaxpro/OnPointWebControls.Map.MapControl,OnPointWebControls.ashx'
}));
_OnPointWebControls.Map.MapControl = new _OnPointWebControls.Map.MapControl_class();

