if(typeof jszlc == "undefined") jszlc={};
if(typeof jszlc.Index == "undefined") jszlc.Index={};
jszlc.Index_class = function() {};
Object.extend(jszlc.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDoc: function(typeo1, typeo2, seqmode) {
		return this.invoke("GetDoc", {"typeo1":typeo1, "typeo2":typeo2, "seqmode":seqmode}, this.GetDoc.getArguments().slice(3));
	},
	GetZK: function() {
		return this.invoke("GetZK", {}, this.GetZK.getArguments().slice(0));
	},
	url: '/ajaxpro/jszlc.Index,jszlc.ashx'
}));
jszlc.Index = new jszlc.Index_class();

