if(typeof Yifei == "undefined") Yifei={};
if(typeof Yifei.Web == "undefined") Yifei.Web={};
if(typeof Yifei.Web.Index == "undefined") Yifei.Web.Index={};
Yifei.Web.Index_class = function() {};
Object.extend(Yifei.Web.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpFaceIDSupportNum: function(faceID) {
		return this.invoke("UpFaceIDSupportNum", {"faceID":faceID}, this.UpFaceIDSupportNum.getArguments().slice(1));
	},
	AddToUseOrNoUse: function(Remark_ID, SetValue) {
		return this.invoke("AddToUseOrNoUse", {"Remark_ID":Remark_ID, "SetValue":SetValue}, this.AddToUseOrNoUse.getArguments().slice(2));
	},
	url: '/ajaxpro/Yifei.Web.Index,Yifei.Web.ashx'
}));
Yifei.Web.Index = new Yifei.Web.Index_class();

