addNamespace("WKProductLocator");
WKProductLocator.DropDownOptionManager_class = Class.create();
WKProductLocator.DropDownOptionManager_class.prototype = (new AjaxPro.Request()).extend({
	ResetSelect: function(id, ctrlId, callback) {
		return this.invoke("ResetSelect", {"id":id, "ctrlId":ctrlId}, callback);
	},
	GetXmlStore: function(callback) {
		return this.invoke("GetXmlStore", {}, callback);
	},
	initialize: function() {
		this.url = "/WK/ajaxpro/WKProductLocator.DropDownOptionManager,WKProductLocator.ashx";
	}
})
WKProductLocator.DropDownOptionManager = new WKProductLocator.DropDownOptionManager_class();

