Master_class = function() {};
Object.extend(Master_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendTips: function(from, frommail, tomail, mess, pageId) {
		return this.invoke("SendTips", {"from":from, "frommail":frommail, "tomail":tomail, "mess":mess, "pageId":pageId}, this.SendTips.getArguments().slice(5));
	},
	SendNewmember: function(data) {
		return this.invoke("SendNewmember", {"data":data}, this.SendNewmember.getArguments().slice(1));
	},
	SetScreenRes: function(res) {
		return this.invoke("SetScreenRes", {"res":res}, this.SetScreenRes.getArguments().slice(1));
	},
	url: '/ajaxpro/Master,App_Web_master.cs.3c81b270.5x4zqcyv.ashx'
}));
Master = new Master_class();


