if(typeof JuLang == "undefined") JuLang={};
if(typeof JuLang.sc == "undefined") JuLang.sc={};
JuLang.sc.Index_class = function() {};
Object.extend(JuLang.sc.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAttr: function(key) {
		return this.invoke("GetAttr", {"key":key}, this.GetAttr.getArguments().slice(1));
	},
	GetInfoBykey: function(key) {
		return this.invoke("GetInfoBykey", {"key":key}, this.GetInfoBykey.getArguments().slice(1));
	},
	GetProductBykey: function(key, count) {
		return this.invoke("GetProductBykey", {"key":key, "count":count}, this.GetProductBykey.getArguments().slice(2));
	},
	url: '/ajaxpro/JuLang.sc.Index,JuLang.ashx'
}));
JuLang.sc.Index = new JuLang.sc.Index_class();

