addNamespace("jiameng1_JM_Form");
jiameng1_JM_Form_class = Class.create();
jiameng1_JM_Form_class.prototype = (new AjaxPro.Request()).extend({
	GetReturnCode: function(strUsername, callback) {
		return this.invoke("GetReturnCode", {"strUsername":strUsername}, callback);
	},
	showFZ: function(txtvalue, callback) {
		return this.invoke("showFZ", {"txtvalue":txtvalue}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/jiameng1_JM_Form,App_Web_jm_form.aspx.2e0c919b.ashx";
	}
})
jiameng1_JM_Form = new jiameng1_JM_Form_class();

