if(typeof Portal == "undefined") Portal={};
if(typeof Portal.BBG == "undefined") Portal.BBG={};
if(typeof Portal.BBG.BBG_BoxMap_class == "undefined") Portal.BBG.BBG_BoxMap_class={};
Portal.BBG.BBG_BoxMap_class = function() {};
Object.extend(Portal.BBG.BBG_BoxMap_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideGetView: function(belongSite, TabModuleId, Position) {
		return this.invoke("ServerSideGetView", {"belongSite":belongSite, "TabModuleId":TabModuleId, "Position":Position}, this.ServerSideGetView.getArguments().slice(3));
	},
	ClientRenderWebPart: function(BelongSite, TabModuleId, ViewName, HasPorlet, loadParamCls) {
		return this.invoke("ClientRenderWebPart", {"BelongSite":BelongSite, "TabModuleId":TabModuleId, "ViewName":ViewName, "HasPorlet":HasPorlet, "loadParamCls":loadParamCls}, this.ClientRenderWebPart.getArguments().slice(5));
	},
	url: '/ajaxpro/Portal.BBG.BBG_BoxMap,Portal.BBG.ashx'
}));
Portal.BBG.BBG_BoxMap = new Portal.BBG.BBG_BoxMap_class();


