if(typeof jszlc == "undefined") jszlc={};
if(typeof jszlc.SpShow == "undefined") jszlc.SpShow={};
jszlc.SpShow_class = function() {};
Object.extend(jszlc.SpShow_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSp: function(zkid) {
		return this.invoke("GetSp", {"zkid":zkid}, this.GetSp.getArguments().slice(1));
	},
	url: '/ajaxpro/jszlc.SpShow,jszlc.ashx'
}));
jszlc.SpShow = new jszlc.SpShow_class();

