if(typeof applyIndex == "undefined") applyIndex={};
applyIndex_class = function() {};
Object.extend(applyIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	chkUserid: function(userid) {
		return this.invoke("chkUserid", {"userid":userid}, this.chkUserid.getArguments().slice(1));
	},
	initSeries: function(code) {
		return this.invoke("initSeries", {"code":code}, this.initSeries.getArguments().slice(1));
	},
	initTcp: function(code) {
		return this.invoke("initTcp", {"code":code}, this.initTcp.getArguments().slice(1));
	},
	initApplyDep: function(shortName) {
		return this.invoke("initApplyDep", {"shortName":shortName}, this.initApplyDep.getArguments().slice(1));
	},
	url: '/ajaxpro/index,App_Web_applyinfo.aspx.a0d98f98.ashx'
}));
applyIndex = new applyIndex_class();

