addNamespace("sGroup_Group");
sGroup_Group_class = Class.create();
sGroup_Group_class.prototype = (new AjaxPro.Request()).extend({
	ShowGroup: function(sGroupType, PageNum, PageSize, callback) {
		return this.invoke("ShowGroup", {"sGroupType":sGroupType, "PageNum":PageNum, "PageSize":PageSize}, callback);
	},
	btn_OK_Click: function(sMemberAccount, sMemberPassword, sAccountType, sCode, callback) {
		return this.invoke("btn_OK_Click", {"sMemberAccount":sMemberAccount, "sMemberPassword":sMemberPassword, "sAccountType":sAccountType, "sCode":sCode}, callback);
	},
	getUrl: function(callback) {
		return this.invoke("getUrl", {}, callback);
	},
	getMemberInfo: function(callback) {
		return this.invoke("getMemberInfo", {}, callback);
	},
	QuitLogin: function(callback) {
		return this.invoke("QuitLogin", {}, callback);
	},
	UrlEncode: function(value, callback) {
		return this.invoke("UrlEncode", {"value":value}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/sGroup_Group,App_Web_hdzntlar.ashx";
	}
})
sGroup_Group = new sGroup_Group_class();

