if(typeof JuLang == "undefined") JuLang={};
if(typeof JuLang.sc == "undefined") JuLang.sc={};
JuLang.sc.ProductSelect_class = function() {};
Object.extend(JuLang.sc.ProductSelect_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAttr: function(key) {
		return this.invoke("GetAttr", {"key":key}, this.GetAttr.getArguments().slice(1));
	},
	getEncoding: function(code) {
		return this.invoke("getEncoding", {"code":code}, this.getEncoding.getArguments().slice(1));
	},
	url: '/ajaxpro/JuLang.sc.ProductSelect,JuLang.ashx'
}));
JuLang.sc.ProductSelect = new JuLang.sc.ProductSelect_class();

