addNamespace("_index");
_index_class = function() {};
Object.extend(_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	changeshenf: function(sfid, tstype) {
		return this.invoke("changeshenf", {"sfid":sfid, "tstype":tstype}, this.changeshenf.getArguments().slice(2));
	},
	changenew: function(no) {
		return this.invoke("changenew", {"no":no}, this.changenew.getArguments().slice(1));
	},
	changemajor: function(no) {
		return this.invoke("changemajor", {"no":no}, this.changemajor.getArguments().slice(1));
	},
	changecity: function(sheng) {
		return this.invoke("changecity", {"sheng":sheng}, this.changecity.getArguments().slice(1));
	},
	changezhuanjia: function(no) {
		return this.invoke("changezhuanjia", {"no":no}, this.changezhuanjia.getArguments().slice(1));
	},
	changesubh: function(sub) {
		return this.invoke("changesubh", {"sub":sub}, this.changesubh.getArguments().slice(1));
	},
	changegj: function(no) {
		return this.invoke("changegj", {"no":no}, this.changegj.getArguments().slice(1));
	},
	changevip: function(no) {
		return this.invoke("changevip", {"no":no}, this.changevip.getArguments().slice(1));
	},
	returnResult: function(strUserID, pass, iscunchu) {
		return this.invoke("returnResult", {"strUserID":strUserID, "pass":pass, "iscunchu":iscunchu}, this.returnResult.getArguments().slice(3));
	},
	url: '/ajaxpro/_index,App_Web_4cvkr-ld.ashx'
}));
_index = new _index_class();

