if(typeof LeisurePro == "undefined") LeisurePro={};
LeisurePro.ctlCompTopMain_class = function() {};
Object.extend(LeisurePro.ctlCompTopMain_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetDifferentDepartment: function(departmentName) {
		return this.invoke("SetDifferentDepartment", {"departmentName":departmentName}, this.SetDifferentDepartment.getArguments().slice(1));
	},
	url: '/ajaxpro/LeisurePro.ctlCompTopMain,App_Web_ctlcomptopmain.ascx.82d95a16.ashx'
}));
LeisurePro.ctlCompTopMain = new LeisurePro.ctlCompTopMain_class();

