if(typeof JuLang == "undefined") JuLang={};
if(typeof JuLang.sc == "undefined") JuLang.sc={};
JuLang.sc.Left_class = function() {};
Object.extend(JuLang.sc.Left_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetItems: function(pid) {
		return this.invoke("GetItems", {"pid":pid}, this.GetItems.getArguments().slice(1));
	},
	url: '/ajaxpro/JuLang.sc.Left,JuLang.ashx'
}));
JuLang.sc.Left = new JuLang.sc.Left_class();

