if(typeof AjaxFunction == "undefined") AjaxFunction={};
AjaxFunction_class = function() {};
Object.extend(AjaxFunction_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Update_temp: function(tguid, cid, title, zhaiyao, content) {
		return this.invoke("Update_temp", {"tguid":tguid, "cid":cid, "title":title, "zhaiyao":zhaiyao, "content":content}, this.Update_temp.getArguments().slice(5));
	},
	Update_VN: function(aid) {
		return this.invoke("Update_VN", {"aid":aid}, this.Update_VN.getArguments().slice(1));
	},
	Update_imgVN: function(imgid) {
		return this.invoke("Update_imgVN", {"imgid":imgid}, this.Update_imgVN.getArguments().slice(1));
	},
	Sele_temp: function(tgid) {
		return this.invoke("Sele_temp", {"tgid":tgid}, this.Sele_temp.getArguments().slice(1));
	},
	ChangeImageIs_Visible: function(imageID, IsV) {
		return this.invoke("ChangeImageIs_Visible", {"imageID":imageID, "IsV":IsV}, this.ChangeImageIs_Visible.getArguments().slice(2));
	},
	ClickModule: function(pname, mname, ip, stockcode) {
		return this.invoke("ClickModule", {"pname":pname, "mname":mname, "ip":ip, "stockcode":stockcode}, this.ClickModule.getArguments().slice(4));
	},
	url: '/ajaxpro/AjaxFunction,App_Code.ashx'
}));
AjaxFunction = new AjaxFunction_class();

