if(typeof WSK == "undefined") WSK={};
if(typeof WSK.OffAng == "undefined") WSK.OffAng={};
if(typeof WSK.OffAng.ClientServices == "undefined") WSK.OffAng.ClientServices={};
if(typeof WSK.OffAng.ClientServices.QuickBranchLocator_class == "undefined") WSK.OffAng.ClientServices.QuickBranchLocator_class={};
WSK.OffAng.ClientServices.QuickBranchLocator_class = function() {};
Object.extend(WSK.OffAng.ClientServices.QuickBranchLocator_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadRegions: function(sListNameRegions) {
		return this.invoke("LoadRegions", {"sListNameRegions":sListNameRegions}, this.LoadRegions.getArguments().slice(1));
	},
	UpdateQuickBranchLocator: function(sListName, sRegion) {
		return this.invoke("UpdateQuickBranchLocator", {"sListName":sListName, "sRegion":sRegion}, this.UpdateQuickBranchLocator.getArguments().slice(2));
	},
	url: '/ajaxpro/WSK.OffAng.ClientServices.QuickBranchLocator,WSK.OffAng.ClientServices.ashx'
}));
WSK.OffAng.ClientServices.QuickBranchLocator = new WSK.OffAng.ClientServices.QuickBranchLocator_class();

