if(typeof HOH == "undefined") HOH={};
if(typeof HOH.QuickNavigation == "undefined") HOH.QuickNavigation={};
HOH.QuickNavigation_class = function() {};
Object.extend(HOH.QuickNavigation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStoreList: function() {
		return this.invoke("GetStoreList", {}, this.GetStoreList.getArguments().slice(0));
	},
	GetServiceList: function() {
		return this.invoke("GetServiceList", {}, this.GetServiceList.getArguments().slice(0));
	},
	GetReferenceList: function() {
		return this.invoke("GetReferenceList", {}, this.GetReferenceList.getArguments().slice(0));
	},
	url: '/ajaxpro/HOH.QuickNavigation,App_Code.6tju7qdm.ashx'
}));
HOH.QuickNavigation = new HOH.QuickNavigation_class();

