if(typeof BMS == "undefined") BMS={};
if(typeof BMS.Common == "undefined") BMS.Common={};
if(typeof BMS.Common.Controls == "undefined") BMS.Common.Controls={};
if(typeof BMS.Common.Controls.RichEditor == "undefined") BMS.Common.Controls.RichEditor={};
if(typeof BMS.Common.Controls.RichEditor.Displaypage_class == "undefined") BMS.Common.Controls.RichEditor.Displaypage_class={};
BMS.Common.Controls.RichEditor.Displaypage_class = function() {};
Object.extend(BMS.Common.Controls.RichEditor.Displaypage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getPage: function(p_pageID) {
		return this.invoke("getPage", {"p_pageID":p_pageID}, this.getPage.getArguments().slice(1));
	},
	getSideMenu: function(p_pageID) {
		return this.invoke("getSideMenu", {"p_pageID":p_pageID}, this.getSideMenu.getArguments().slice(1));
	},
	getChildMenu: function(p_pageID) {
		return this.invoke("getChildMenu", {"p_pageID":p_pageID}, this.getChildMenu.getArguments().slice(1));
	},
	url: '/ajaxpro/BMS.Common.Controls.RichEditor.Displaypage,BMS.ashx'
}));
BMS.Common.Controls.RichEditor.Displaypage = new BMS.Common.Controls.RichEditor.Displaypage_class();


