if(typeof Function_frame1 == "undefined") Function_frame1={};
Function_frame1_class = function() {};
Object.extend(Function_frame1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddGZInfo: function(GameName) {
		return this.invoke("AddGZInfo", {"GameName":GameName}, this.AddGZInfo.getArguments().slice(1));
	},
	CheckLoginNameLogin: function() {
		return this.invoke("CheckLoginNameLogin", {}, this.CheckLoginNameLogin.getArguments().slice(0));
	},
	DelUserGZInfo: function(GameID, ServerName) {
		return this.invoke("DelUserGZInfo", {"GameID":GameID, "ServerName":ServerName}, this.DelUserGZInfo.getArguments().slice(2));
	},
	AddUserGZInfo: function(GameName, ServerName) {
		return this.invoke("AddUserGZInfo", {"GameName":GameName, "ServerName":ServerName}, this.AddUserGZInfo.getArguments().slice(2));
	},
	checkuserlogin: function(name, pwd, time) {
		return this.invoke("checkuserlogin", {"name":name, "pwd":pwd, "time":time}, this.checkuserlogin.getArguments().slice(3));
	},
	onloading: function() {
		return this.invoke("onloading", {}, this.onloading.getArguments().slice(0));
	},
	GetDepartmentList: function(L_game) {
		return this.invoke("GetDepartmentList", {"L_game":L_game}, this.GetDepartmentList.getArguments().slice(1));
	},
	url: '/ajaxpro/Function_frame1,App_Web_j6vs1wue.ashx'
}));
Function_frame1 = new Function_frame1_class();

