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.Footer_class == "undefined") BMS.Common.Controls.Footer_class={};
BMS.Common.Controls.Footer_class = function() {};
Object.extend(BMS.Common.Controls.Footer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getSideMenu: function(p_pageID) {
		return this.invoke("getSideMenu", {"p_pageID":p_pageID}, this.getSideMenu.getArguments().slice(1));
	},
	url: '/ajaxpro/BMS.Common.Controls.Footer,BMS.ashx'
}));
BMS.Common.Controls.Footer = new BMS.Common.Controls.Footer_class();


