if(typeof Controls_Register == "undefined") Controls_Register={};
Controls_Register_class = function() {};
Object.extend(Controls_Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	users_add: function(username, intxingbie, strquhao, strphone, strmobile, school_id, school_name, stremail) {
		return this.invoke("users_add", {"username":username, "intxingbie":intxingbie, "strquhao":strquhao, "strphone":strphone, "strmobile":strmobile, "school_id":school_id, "school_name":school_name, "stremail":stremail}, this.users_add.getArguments().slice(8));
	},
	select_quhao: function(strquhao) {
		return this.invoke("select_quhao", {"strquhao":strquhao}, this.select_quhao.getArguments().slice(1));
	},
	url: '/ajaxpro/Controls_Register,App_Web_register.ascx.cc671b29.ashx'
}));
Controls_Register = new Controls_Register_class();

